Dealhack

Automatically uncovers promo codes as you shop online.

Dealhackคืออะไร?

Dealhack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dealhack.com และคุณลักษณะหลักของมันคือ "Automatically uncovers promo codes as you shop online."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Dealhack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Never search for promo codes again. We show them as you shop.

Currently supporting 8,000+ online stores in the United States and Canada.

Email [email protected] for support.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dealhack Dealhack
ID ffeejhiemifnhlbdjccehldkpphbllkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dealhack/ffeejhiemifnhlbdjccehldkpphbllkc
คำอธิบาย Automatically uncovers promo codes as you shop online.
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 2,736
เวอร์ชันปัจจุบัน 2.0.14
อัปเดตครั้งล่าสุด 2023-04-26
วันที่เผยแพร่ 2020-06-09
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://dealhack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dealhack.com/
URL หน้าช่วยเหลือ https://dealhack.com/extension-faq
URL หน้านโยบายความเป็นส่วนตัว https://dealhack.com/extension-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dealhack",
    "version": "2.0.14",
    "manifest_version": 3,
    "description": "Automatically uncovers promo codes as you shop online.",
    "homepage_url": "https:\/\/dealhack.com\/",
    "author": "dealhack.com",
    "icons": {
        "128": "favicon-black.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": "favicon-black-DM.png",
            "48": "favicon-black-DM.png"
        },
        "default_title": "Dealhack"
    }
}