Codes.co.uk

Codes.co.uk makes it easy to save money by automatically using the latest validated voucher codes at checkout.

Codes.co.ukคืออะไร?

Codes.co.uk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Promocodes.com และคุณลักษณะหลักของมันคือ "Codes.co.uk makes it easy to save money by automatically using the latest validated voucher codes at checkout."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codes.co.uk

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

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

                        Voucher Hero, a new Chrome browser extension from Codes.co.uk, takes advantage of the latest technology to provide consumers a powerful new way to use discount codes when they shop online. Voucher Hero automatically applies discount codes on a merchant's checkout page, eliminating the wasted time and hassle many shoppers experience while trying inaccurate codes themselves. Voucher Hero will appear at checkout and automatically apply the best discount voucher codes for your order. No need to waste time searching the web for vouchers. Voucher Hero makes sure you're checking out with the lowest possible price. Shop Smarter with Voucher Hero and you'll never leave the "discount code" box empty again.                    

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

ชื่อ Codes.co.uk Codes.co.uk
ID ijfioihpoacllioabhgkhlfkjonjjnna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codescouk/ijfioihpoacllioabhgkhlfkjonjjnna
คำอธิบาย Codes.co.uk makes it easy to save money by automatically using the latest validated voucher codes at checkout.
ขนาดไฟล์ 1.41 MB
จำนวนการติดตั้ง 5,262
เวอร์ชันปัจจุบัน 2.4.12
อัปเดตครั้งล่าสุด 2022-04-14
วันที่เผยแพร่ 2020-11-19
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Promocodes.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.codes.co.uk
URL หน้านโยบายความเป็นส่วนตัว https://www.promocodes.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codes.co.uk",
    "short_name": "Codes.co.uk",
    "description": "Codes.co.uk makes it easy to save money by automatically using the latest validated voucher codes at checkout.",
    "version": "2.4.12",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js",
            "app\/sentry.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/inactive-128x128.png",
        "default_title": "Codes.co.uk"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css",
                "\/css\/fonts.css"
            ],
            "js": [
                "\/static\/js\/app.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "16": "assets\/icons\/active-16x16.png",
        "48": "assets\/icons\/active-48x48.png",
        "128": "assets\/icons\/active-128x128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "gcm",
        "tabs",
        "alarms",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/app\/*",
        "\/assets\/*",
        "\/assets\/icons\/*",
        "\/assets\/fonts\/*",
        "\/assets\/images\/*",
        "\/assets\/medias\/*",
        "\/assets\/fonts\/Poppins-Regular.ttf",
        "\/assets\/fonts\/Poppins-Medium.ttf",
        "\/assets\/fonts\/Poppins-Bold.ttf",
        "\/assets\/fonts\/Poppins-ExtraBold.ttf",
        "\/static\/css\/*",
        "\/static\/js\/*",
        "\/static\/media\/*",
        "\/static\/css\/root.css",
        "\/static\/css\/content.css"
    ],
    "minimum_chrome_version": "79.0.0",
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'; default-src 'self'; connect-src * data: blob: filesystem:; style-src 'self' data: 'unsafe-inline'; img-src 'self' data:; frame-src 'self' data:; font-src 'self' data:; media-src * data: blob: filesystem:;"
}