Amazon ASIN Checker
An effective tool for Amazon online arbitrage sellers to increase efficiency.
Amazon ASIN Checker란 무엇입니까?
Amazon ASIN Checker은(는) callmejoejoe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An effective tool for Amazon online arbitrage sellers to increase efficiency."입니다.
확장 프로그램 스크린샷
Amazon ASIN Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | Amazon ASIN Checker |
ID | jodmdeigoihdilihpipdbacobeobiejo |
공식 URL | https://chromewebstore.google.com/detail/amazon-asin-checker/jodmdeigoihdilihpipdbacobeobiejo |
설명 | An effective tool for Amazon online arbitrage sellers to increase efficiency. |
파일 크기 | 5.29 MB |
설치 횟수 | 69 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-12-24 |
출시 날짜 | 2023-07-21 |
개발자 | callmejoejoe |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://www.jianshu.com/p/8011739a6c43 |
지원되는 언어 | 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\/*" ] } |