Amazon ASIN Checker
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Amazon ASIN Checkerとは何ですか?
Amazon ASIN Checkerはhttps://extensionsworld.comによって開発されたChromeの拡張機能で、その主な機能は「Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…」です。
拡張機能のスクリーンショット
Amazon ASIN Checker拡張機能のCRXファイルをダウンロード
Amazon ASIN Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can compare new and old results
拡張機能の基本情報
名前 | Amazon ASIN Checker |
ID | jhmikeeececplgomdjnahelcfoekohpo |
公式URL | https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo |
説明 | Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can… |
ファイルサイズ | 56.54 KB |
インストール数 | 25 |
現在のバージョン | 0.0.3 |
最終更新日 | 2021-02-16 |
公開日 | 2021-02-06 |
開発者 | https://extensionsworld.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://extensionsworld.com/contact |
プライバシーポリシーページのURL | https://extensionsworld.com/legal |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon ASIN Checker", "permissions": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "storage" ], "version": "0.0.3", "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*" ], "js": [ "js\/utils.js", "js\/index.js" ] } ], "icons": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "default_title": "Amazon ASIN Checker", "default_popup": "html\/index.html" }, "web_accessible_resources": [ "js\/injectable.js", "html\/redirectFB.html" ] } |