Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

Cos'è Gebhaly?

Gebhaly è un'estensione di Chrome sviluppata da https://gebhaly.com, e la sua funzione principale è "Gebhaly Chrome extension for adding items to Gebhaly cart".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gebhaly

Scarica i file di estensione Gebhaly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gebhaly Chrome extension for adding items to Gebhaly cart                    

Informazioni di Base sull'Estensione

Nome Gebhaly Gebhaly
ID kadfaclbnegniefcmnnlpleggkhmkcne
URL Ufficiale https://chromewebstore.google.com/detail/gebhaly/kadfaclbnegniefcmnnlpleggkhmkcne
Descrizione Gebhaly Chrome extension for adding items to Gebhaly cart
Dimensione del File 190 KB
Conteggio Installazioni 44
Versione Corrente 4.0.3
Ultimo Aggiornamento 2021-12-06
Data di Pubblicazione 2021-12-02
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://gebhaly.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gebhaly.com
URL della Pagina di Aiuto https://www.gebhaly.com/support
URL della Pagina della Politica sulla Privacy https://www.gebhaly.com/privacy
Lingue Supportate 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": []
        }
    ]
}