Promocodes Hero

Promocodes Hero makes it easy to save money by automatically using the latest validated coupon codes at checkout.

Promocodes Hero là gì?

Promocodes Hero là một tiện ích mở rộng Chrome được phát triển bởi Promocodes.com, và tính năng chính của nó là "Promocodes Hero makes it easy to save money by automatically using the latest validated coupon codes at checkout.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Promocodes Hero

Tải xuống các tệp mở rộng Promocodes Hero dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Promocodes Hero, a new Chrome browser extension from Promocodes.com, takes advantage of the latest technology to provide consumers a powerful new way to use promo codes when they shop online. Promocodes Hero automatically applies coupon codes on a merchant's checkout page, eliminating the wasted time and hassle many shoppers experience while trying inaccurate codes themselves. You never have to search for promo codes again. It makes it easy to get the maximum savings at your favorite online stores, . When the icon lights up it means promo codes are available to use! Hero will appear at checkout and automatically apply the best promo codes for your order. No need to waste time searching the web for coupons. Hero makes sure you're checking out with the lowest possible price. Shop Smarter with Promocodes Hero and you'll never leave the "promo code" box empty again.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Promocodes Hero Promocodes Hero
ID cjjjbfknannfnomicgojlmcagdgamfim
URL Chính Thức https://chromewebstore.google.com/detail/promocodes-hero/cjjjbfknannfnomicgojlmcagdgamfim
Mô tả Promocodes Hero makes it easy to save money by automatically using the latest validated coupon codes at checkout.
Kích Thước Tệp 1.42 MB
Số Lần Cài Đặt 5,003
Phiên Bản Hiện Tại 2.4.12
Cập Nhật Lần Cuối 2022-04-09
Ngày Phát Hành 2020-08-10
Đánh Giá 4.79/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Promocodes.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.promocodes.com
URL Trang Chính Sách Bảo Mật https://www.promocodes.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promocodes Hero",
    "short_name": "PromocodesHero",
    "description": "Promocodes Hero makes it easy to save money by automatically using the latest validated coupon 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": "Promocodes Hero"
    },
    "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:;"
}