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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |