ASIN Collector

This extension use to collect amazon asin

ما هو ASIN Collector؟

ASIN Collector هو إضافة Chrome تم تطويرها بواسطة ozizapps، والميزة الرئيسية لها هي "This extension use to collect amazon asin".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ASIN Collector

قم بتنزيل ملفات الامتداد ASIN Collector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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\/*"
    ]
}