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
电子邮箱 [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": []
        }
    ]
}