Bulk Amazon authorization
Bulk Amazon authorization query @author 刘大白
What is Bulk Amazon authorization?
Bulk Amazon authorization is a Chrome extension developed by 刘大白, and its main feature is "Bulk Amazon authorization query @author 刘大白".
Extension Screenshots
Download Bulk Amazon authorization Extension CRX File
Download Bulk Amazon authorization extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
亚马逊批量授权查询,需要打开https://sellercentral.amazon.com/product-search?ref=xx_catadd_dnav_xx 才能使用 ,支持批量查询,批量导出,价格判断,可申请asin导出
Extension Basic Information
Name | Bulk Amazon authorization |
ID | olakghdchdgoibhfibdhboaenegfagfa |
Official URL | https://chromewebstore.google.com/detail/bulk-amazon-authorization/olakghdchdgoibhfibdhboaenegfagfa |
Description | Bulk Amazon authorization query @author 刘大白 |
File Size | 3.24 MB |
Installation Count | 293 |
Current Version | 3.1.8 |
Last Updated | 2023-02-02 |
Publish Date | 2021-07-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 刘大白 |
[email protected] | |
Payment Type | free |
Extension Website | https://amzoahelper.com/ |
Privacy Policy Page URL | https://rebatescash.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.1.8", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "options_ui": { "page": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/contentScript.js" ], "css": [ "css\/materialdesignicons.min.css", "css\/contentScript.css" ], "run_at": "document_idle", "all_frames": true, "matches": [ "*:\/\/sellercentral.amazon.com\/product*", "*:\/\/sellercentral.amazon.com\/product*", "*:\/\/sellercentral.amazon.co.jp\/product*", "*:\/\/sellercentral.amazon.co.uk\/product*", "*:\/\/sellercentral.amazon.co.de\/\/product*", "*:\/\/sellercentral.amazon.fr\/product*", "*:\/\/sellercentral.amazon.it\/product*", "*:\/\/sellercentral.amazon.es\/product*", "*:\/\/sellercentral.amazon.ca\/product*", "*:\/\/sellercentral.amazon.com.mx\/product*", "*:\/\/sellercentral.amazon.com.au\/product*", "*:\/\/sellercentral.amazon.in\/product*", "*:\/\/sellercentral.amazon.sa\/product*", "*:\/\/sellercentral.amazon.ae\/product*", "*:\/\/sellercentral.amazon.eg\/product*", "*:\/\/sellercentral.amazon.sg\/product*", "*:\/\/sellercentral.amazon.com.tr\/product*", "*:\/\/sellercentral.amazon.com.br\/product*" ] } ], "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/sellercentral.amazon.com\/product*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ " |