Max Out Checkout

Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes

Max Out Checkout là gì?

Max Out Checkout là một tiện ích mở rộng Chrome được phát triển bởi verified.codes.extension, và tính năng chính của nó là "Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Max Out Checkout 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

                        Voted as the best online coupon chrome extension out there!  Save TONS of $$$ by accessing verified online deals, coupons, and discount gift cards! If there are coupons available, at the top of your screen (for any retail site you're on), you'll see our Max Out Checkout extension appear offering you instant savings across thousands of online retailers!

• If there's a coupon code available, we'll alert you when checking out!

• Check out our screenshots to see the extension in-action!                    

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

Tên Max Out Checkout Max Out Checkout
ID goojandgpnddlfodahagpdadfoidgjkh
URL Chính Thức https://chrome.google.com/webstore/detail/max-out-checkout/goojandgpnddlfodahagpdadfoidgjkh
Mô tả Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes
Kích Thước Tệp 67.72 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2015-08-08
Ngày Phát Hành 2015-08-08
Đánh Giá 4.94/5 Tổng số 64 Đánh Giá
Nhà Phát Triển verified.codes.extension
Loại Thanh Toán free
Trang Web Mở Rộng http://verified.codes
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Max Out Checkout",
    "description": "Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes",
    "version": "1.0.4",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "clipboardWrite",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "27.0.0.0",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon-19.png",
            "38": "images\/icons\/icon-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "app.js",
                "js\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/style.css",
        "images\/logo.png",
        "images\/close.png"
    ]
}