ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

ما هو ASIN Fetcher؟

ASIN Fetcher هو إضافة Chrome تم تطويرها بواسطة gopityro، والميزة الرئيسية لها هي "Validate and fetch amazon product pages by ASIN code".

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

screenshot
screenshot

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

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

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

                        *Check and validate amazon product pages by enter ASIN code.
*Supported 14 different countries amazon websites
*Use your setting to change the behavior of extension
*Select a text on any website and Right Click search on amazon website 
Please, write your specific requirement to make this extension more useful.                    

معلومات أساسية عن التمديد

الاسم ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
عنوان URL الرسمي https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
الوصف Validate and fetch amazon product pages by ASIN code
حجم الملف 139 KB
عدد التثبيتات 411
النسخة الحالية 1.0.3
آخر تحديث 2023-09-05
تاريخ النشر 2019-03-25
تقييم 3.25/5 مجموع تقييمات 4
المطور gopityro
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "short_name": "Amazon asin checker",
    "description": "Validate and fetch amazon product pages by ASIN code",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "ASIN Fetcher",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "version": "1.0.3"
}