Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

ما هو Gebhaly؟

Gebhaly هو إضافة Chrome تم تطويرها بواسطة https://gebhaly.com، والميزة الرئيسية لها هي "Gebhaly Chrome extension for adding items to Gebhaly cart".

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

screenshot

تحميل ملف CRX للإضافة Gebhaly

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

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

                        Gebhaly Chrome extension for adding items to Gebhaly cart                    

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

الاسم Gebhaly Gebhaly
ID kadfaclbnegniefcmnnlpleggkhmkcne
عنوان URL الرسمي https://chromewebstore.google.com/detail/gebhaly/kadfaclbnegniefcmnnlpleggkhmkcne
الوصف Gebhaly Chrome extension for adding items to Gebhaly cart
حجم الملف 190 KB
عدد التثبيتات 44
النسخة الحالية 4.0.3
آخر تحديث 2021-12-06
تاريخ النشر 2021-12-02
تقييم 5.00/5 مجموع تقييمات 13
المطور https://gebhaly.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.gebhaly.com
عنوان صفحة المساعدة https://www.gebhaly.com/support
عنوان صفحة سياسة الخصوصية https://www.gebhaly.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.3",
    "manifest_version": 3,
    "name": "Gebhaly",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.gebhaly.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}