Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

Apa itu Gebhaly?

Gebhaly adalah ekstensi Chrome yang dikembangkan oleh https://gebhaly.com, dan fitur utamanya adalah "Gebhaly Chrome extension for adding items to Gebhaly cart".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gebhaly

Unduh file ekstensi Gebhaly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Gebhaly Chrome extension for adding items to Gebhaly cart                    

Informasi Dasar Ekstensi

Nama Gebhaly Gebhaly
ID kadfaclbnegniefcmnnlpleggkhmkcne
URL Resmi https://chromewebstore.google.com/detail/gebhaly/kadfaclbnegniefcmnnlpleggkhmkcne
Deskripsi Gebhaly Chrome extension for adding items to Gebhaly cart
Ukuran File 190 KB
Jumlah Instalasi 44
Versi Saat Ini 4.0.3
Terakhir Diperbarui 2021-12-06
Tanggal Publikasi 2021-12-02
Penilaian 5.00/5 Total 13 Penilaian
Pengembang https://gebhaly.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gebhaly.com
URL Halaman Bantuan https://www.gebhaly.com/support
URL Halaman Kebijakan Privasi https://www.gebhaly.com/privacy
Bahasa yang Didukung 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": []
        }
    ]
}