ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
ID Grabberとは何ですか?
ID Grabberはxyludeによって開発されたChromeの拡張機能で、その主な機能は「Grab ASIN/Product IDs from Amazon, Costco and Walmart」です。
ID Grabber拡張機能のCRXファイルをダウンロード
ID Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.
If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues 拡張機能の基本情報
| 名前 | |
| ID | limdokdgfgcalepbjabnimcdiakbkjho |
| 公式URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
| 説明 | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
| ファイルサイズ | 214 KB |
| インストール数 | 98 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2018-07-06 |
| 公開日 | 2018-07-06 |
| 開発者 | xylude |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ID Grabber",
"version": "0.0.3",
"description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
"manifest_version": 2,
"permissions": [
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |