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 Grabber |
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" } } |