Amazon Show ASIN (ASA)

ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com

ما هو Amazon Show ASIN (ASA)؟

Amazon Show ASIN (ASA) هو إضافة Chrome تم تطويرها بواسطة https://ngothang.me، والميزة الرئيسية لها هي "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com".

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

screenshot

تحميل ملف CRX للإضافة Amazon Show ASIN (ASA)

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

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

                        ASA is the fastest way to reveal search ASIN code, title research, and get content guidelines directly in Amazon.com. 100% free and forever.                    

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

الاسم Amazon Show ASIN (ASA) Amazon Show ASIN (ASA)
ID ikaoklbgbhdjhgkobibiapgoakofjcen
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-show-asin-asa/ikaoklbgbhdjhgkobibiapgoakofjcen
الوصف ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com
حجم الملف 45.9 KB
عدد التثبيتات 92
النسخة الحالية 0.0.3
آخر تحديث 2022-09-20
تاريخ النشر 2022-09-02
المطور https://ngothang.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ngothang.me/
عنوان صفحة المساعدة https://ngothang.me/contact/
عنوان صفحة سياسة الخصوصية https://ngothang.me/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Show ASIN (ASA)",
    "version": "0.0.3",
    "manifest_version": 3,
    "description": "ASA is a 100% free extension that allows you to see full the title and ASIN code of the products on Amazon.com",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "Amazon Show ASIN (ASA)",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": []
}