Amazon ASIN Checker
An effective tool for Amazon online arbitrage sellers to increase efficiency.
Wat is Amazon ASIN Checker?
Amazon ASIN Checker is een Chrome-extensie ontwikkeld door callmejoejoe, en de belangrijkste functie is "An effective tool for Amazon online arbitrage sellers to increase efficiency.".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon ASIN Checker
Download Amazon ASIN Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome extension that helps Amazon Online Arbitrage sellers improve their efficiency. Its main features include: ✔ batch query ASIN's sales permissions ✔ automatically crawl seller's ASINs(aka spy other sellers) ✔ automatically apply for sales permissions ✔ automatically export query results to spreadsheets ✔ ... It supports 'crawl → check permissions → apply permissions' fully automatic unattended operation, supports importing from files, and eliminates tedious operations such as filtering, deduplication, copying, pasting, etc. of EXCEL spreadsheets! Combined with the 'result view' and 'website shortcut jump' functions, it can greatly improve the seller's efficiency! If you encounter any bugs or have any feature suggestions, please send an email to [email protected].
Basisinformatie over de Extensie
Naam | Amazon ASIN Checker |
ID | jodmdeigoihdilihpipdbacobeobiejo |
Officiële URL | https://chromewebstore.google.com/detail/amazon-asin-checker/jodmdeigoihdilihpipdbacobeobiejo |
Beschrijving | An effective tool for Amazon online arbitrage sellers to increase efficiency. |
Bestandsgrootte | 5.29 MB |
Aantal Installaties | 69 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2023-12-24 |
Publicatiedatum | 2023-07-21 |
Ontwikkelaar | callmejoejoe |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://www.jianshu.com/p/8011739a6c43 |
Ondersteunde Talen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2", "manifest_version": 3, "name": "__MSG_extensionName__", "author": "__MSG_author__", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "16": ".\/assets\/images\/icon16.png", "48": ".\/assets\/images\/icon48.png", "128": ".\/assets\/images\/icon128.png" }, "background": { "service_worker": "background.js", "presistent": true }, "content_scripts": [ { "matches": [ "*:\/\/sellercentral.amazon.com\/product*", "*:\/\/sellercentral.amazon.co.uk\/product*", "*:\/\/sellercentral.amazon.es\/product*", "*:\/\/sellercentral.amazon.fr\/product*", "*:\/\/sellercentral.amazon.it\/product*", "*:\/\/sellercentral.amazon.ca\/product*", "*:\/\/sellercentral.amazon.co.jp\/product*", "*:\/\/sellercentral.amazon.co.de\/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*", "*:\/\/sellercentral.amazon.com.be\/product*", "*:\/\/sellercentral.amazon.nl\/product*", "*:\/\/sellercentral.amazon.se\/product*" ], "js": [ ".\/vendor\/jquery-3.6.1.min.js", ".\/vendor\/xlsx.full.min.js", ".\/vendor\/bootstrap.bundle.min.js", ".\/vendor\/bootstrap-table.min.js", "db.js", "utils.js", "checker.js", "grabber.js" ], "css": [ ".\/css\/main.css", ".\/css\/sellerASINGrabber.css", ".\/css\/ASIN_checker.css", ".\/vendor\/bootstrap.css", ".\/css\/bootstrap-table.min.css" ], "run_at": "document_end" }, { "js": [ "utils.js", "requester.js" ], "matches": [ "*:\/\/sellercentral.amazon.com\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.co.uk\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.es\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.fr\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.it\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.ca\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.co.jp\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.co.de\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com.mx\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com.au\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.in\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.sa\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.ae\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.eg\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.sg\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com.tr\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com.br\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com.be\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.nl\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.se\/hz\/approvalrequest*", "*:\/\/sellercentral.amazon.com\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.co.uk\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.es\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.fr\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.it\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.ca\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.co.jp\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.co.de\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.com.mx\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.com.au\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.in\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.sa\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.ae\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.eg\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.sg\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.com.tr\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.com.br\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.com.be\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.nl\/hz\/myqdashboard*", "*:\/\/sellercentral.amazon.se\/hz\/myqdashboard*" ], "run_at": "document_end" }, { "js": [ "utils.js", "trademarkChecker.js" ], "matches": [ "https:\/\/tmsearch.uspto.gov\/bin\/gate.exe?f=tess&state=*", "https:\/\/tmsearch.uspto.gov\/bin\/gate.exe?f=searchss&state=*", "https:\/\/tmsearch.uspto.gov\/bin\/showfield?f=toc&state=*", "https:\/\/tmsearch.uspto.gov\/bin\/showfield?state=*", "https:\/\/tmsearch.uspto.gov\/bin\/showfield?f=doc&state=*", "https:\/\/tmsearch.uspto.gov\/bin\/gate.exe?f=login*" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'none'" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*.amazon.com\/*" ] } ], "minimum_chrome_version": "101", "permissions": [ "tabs", "storage", "cookies", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.amazon.com\/*" ] } |