ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
ما هو ID Grabber؟
ID Grabber هو إضافة Chrome تم تطويرها بواسطة xylude، والميزة الرئيسية لها هي "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
تحميل ملف CRX للإضافة ID Grabber
قم بتنزيل ملفات الامتداد ID Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |