Bulk Amazon authorization
Bulk Amazon authorization query @author 刘大白
Hvad er Bulk Amazon authorization?
Bulk Amazon authorization er en Chrome-udvidelse udviklet af 刘大白, og dens hovedfunktion er "Bulk Amazon authorization query @author 刘大白".
Udvidelsesskærmbilleder
Download Bulk Amazon authorization-udvidelses-CRX-fil
Download Bulk Amazon authorization-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
亚马逊批量授权查询,需要打开https://sellercentral.amazon.com/product-search?ref=xx_catadd_dnav_xx 才能使用 ,支持批量查询,批量导出,价格判断,可申请asin导出
Grundlæggende oplysninger om udvidelsen
Navn | Bulk Amazon authorization |
ID | olakghdchdgoibhfibdhboaenegfagfa |
Officiel URL | https://chromewebstore.google.com/detail/bulk-amazon-authorization/olakghdchdgoibhfibdhboaenegfagfa |
Beskrivelse | Bulk Amazon authorization query @author 刘大白 |
Filstørrelse | 3.24 MB |
Antal Installationer | 293 |
Nuværende Version | 3.1.8 |
Senest Opdateret | 2023-02-02 |
Udgivelsesdato | 2021-07-26 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | 刘大白 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://amzoahelper.com/ |
URL til Fortrolighedspolitik Side | https://rebatescash.com/privacy.html |
Understøttede Sprog | 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": [ " |