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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |