Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

What is Gebhaly?

Gebhaly is a Chrome extension developed by https://gebhaly.com, and its main feature is "Gebhaly Chrome extension for adding items to Gebhaly cart".

Extension Screenshots

screenshot

Download Gebhaly Extension CRX File

Download Gebhaly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Gebhaly Chrome extension for adding items to Gebhaly cart                    

Extension Basic Information

Name Gebhaly Gebhaly
ID kadfaclbnegniefcmnnlpleggkhmkcne
Official URL https://chromewebstore.google.com/detail/gebhaly/kadfaclbnegniefcmnnlpleggkhmkcne
Description Gebhaly Chrome extension for adding items to Gebhaly cart
File Size 190 KB
Installation Count 44
Current Version 4.0.3
Last Updated 2021-12-06
Publish Date 2021-12-02
Rating 5.00/5 Total 13 Ratings
Developer https://gebhaly.com
Email [email protected]
Payment Type free
Extension Website https://www.gebhaly.com
Help Page URL https://www.gebhaly.com/support
Privacy Policy Page URL https://www.gebhaly.com/privacy
Supported Languages 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": []
        }
    ]
}