ASIN Collector
This extension use to collect amazon asin
什么是ASIN Collector?
ASIN Collector是由ozizapps开发的Chrome扩展程序,该扩展的主要功能是“This extension use to collect amazon asin”。
扩展截图
下载ASIN Collector扩展crx文件
下载ASIN Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ASIN Collector is free tool to grab AMAZON ASIN . It can be used in any amazon webpage which have formal amazon link product page. ASIN is Amazon Standard Identification Number. If you have website affilate product and API , this tool is suitable for you. ASIN Collector use mass grabber after you click area which you want to grab , so you don't need to click one by one. How to use it ? Just open any webpage than click ASIN Collector Icon. After that click any area which you want to get the ASINs. You can use in amazon usa, uk , japan ,spain , france, german etc.
扩展基本信息
名称 | ASIN Collector |
ID | jfjjcakbilcniihnkmjdllfheoanjagh |
官方URL | https://chromewebstore.google.com/detail/asin-collector/jfjjcakbilcniihnkmjdllfheoanjagh |
简介 | This extension use to collect amazon asin |
文件大小 | 40.34 KB |
安装次数 | 882 |
当前版本 | 1.0 |
更新时间 | 2019-09-11 |
上架时间 | 2019-09-11 |
评分 | 3.00/5 共4次评分 |
开发者 | ozizapps |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASIN Collector", "short_name": "asincollector", "description": "This extension use to collect amazon asin", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "ASIN Collector" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*" ], "web_accessible_resources": [ "client\/*", "js\/*" ] } |