Gebhaly

Gebhaly Chrome extension for adding items to Gebhaly cart

Gebhalyคืออะไร?

Gebhaly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gebhaly.com และคุณลักษณะหลักของมันคือ "Gebhaly Chrome extension for adding items to Gebhaly cart"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gebhaly

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
        }
    ]
}