Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

Vad är Gebhaly?

Gebhaly är en Chrome-tillägg utvecklad av https://gebhaly.com, och dess huvudfunktion är "Gebhaly Chrome extension for adding items to Gebhaly cart".

Tilläggsskärmbilder

screenshot

Ladda ner Gebhaly-förlängningens CRX-fil

Ladda ner Gebhaly-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Gebhaly Chrome extension for adding items to Gebhaly cart                    

Grundläggande Information om Tillägg

Namn Gebhaly Gebhaly
ID kadfaclbnegniefcmnnlpleggkhmkcne
Officiell webbadress https://chromewebstore.google.com/detail/gebhaly/kadfaclbnegniefcmnnlpleggkhmkcne
Beskrivning Gebhaly Chrome extension for adding items to Gebhaly cart
Filstorlek 190 KB
Antal Installationer 44
Aktuell Version 4.0.3
Senast Uppdaterad 2021-12-06
Publiceringsdatum 2021-12-02
Betyg 5.00/5 Totalt 13 Betyg
Utvecklare https://gebhaly.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gebhaly.com
Hjälpsida URL https://www.gebhaly.com/support
URL till Sekretesspolicy Sidan https://www.gebhaly.com/privacy
Stödda Språk 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": []
        }
    ]
}