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 |
电子邮箱 | [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" ] } |