Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

Gebhalyとは何ですか?

Gebhalyはhttps://gebhaly.comによって開発されたChromeの拡張機能で、その主な機能は「Gebhaly Chrome extension for adding items to Gebhaly cart」です。

拡張機能のスクリーンショット

screenshot

Gebhaly拡張機能のCRXファイルをダウンロード

Gebhaly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gebhaly.com
ヘルプページのURL https://www.gebhaly.com/support
プライバシーポリシーページのURL 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": []
        }
    ]
}