javascript - Chrome Extension androidpublisher packageName -


i have developed chrome extension using in-app-purchases. i've published google web store.

now want use androidpublisher api validate purchases made:

https://www.googleapis.com/androidpublisher/v2/applications/{packagename}/inappproducts

i unable find out packagename is.

there numerous examples apps, not extensions. apps seem have packagename declared somewhere, looking 'com.mystuff.myproduct'.

i cannot find such reference anywhere related extension, not in manifest file, google web store, google dashboard, google payments center or google play console. nowhere! have id looks 'abcdefabcdefabcdefabcdefabcdefabcdef'.

does know?

chrome extensions not android apps. chrome extensions don't have package names. check in-app payments payments merchant account , chrome web store api supported methods , api calls.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -