Best of Discount

Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!

Best of Discountคืออะไร?

Best of Discount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gadevo.com และคุณลักษณะหลักของมันคือ "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!"

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

screenshot
screenshot
screenshot

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

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

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

                        Save with online rebates, deals, promo codes and discounts on more than 2,000 stores!                    

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

ชื่อ Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
คำอธิบาย Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 385
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2021-01-29
วันที่เผยแพร่ 2018-07-11
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.gadevo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gadevo.com/plugin
URL หน้าช่วยเหลือ https://www.gadevo.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.ganhedevolta.com.br/politica-de-privacidade
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "19": "images\/gadevo-19.png",
        "38": "images\/gadevo-38.png",
        "48": "images\/gadevo-48.png",
        "128": "images\/gadevo-128.png",
        "196": "images\/gadevo-196.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/gadevo-19.png",
            "38": "images\/gadevo-38.png",
            "48": "images\/gadevo-48.png",
            "128": "images\/gadevo-128.png",
            "196": "images\/gadevo-196.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}