Amazon Easy (easysell.in)

Checks URL and redirects as required.

ما هو Amazon Easy (easysell.in)؟

Amazon Easy (easysell.in) هو إضافة Chrome تم تطويرها بواسطة easysell.in، والميزة الرئيسية لها هي "Checks URL and redirects as required.".

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

screenshot

تحميل ملف CRX للإضافة Amazon Easy (easysell.in)

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

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

                        This extension is used for showing logout option to logout from store.                    

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

الاسم Amazon Easy (easysell.in) Amazon Easy (easysell.in)
ID mgibdhnldfehgbbkfhdakpnpchmjbine
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine
الوصف Checks URL and redirects as required.
حجم الملف 73.8 KB
عدد التثبيتات 464
النسخة الحالية 2.0
آخر تحديث 2020-06-04
تاريخ النشر 2020-06-04
تقييم 1.00/5 مجموع تقييمات 1
المطور easysell.in
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Easy (easysell.in)",
    "version": "2.0",
    "description": "Checks URL and redirects as required.",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "https:\/\/store.amazon.in\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "16.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}