Max Out Checkout

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

Max Out Checkoutとは何ですか?

Max Out Checkoutはverified.codes.extensionによって開発されたChromeの拡張機能で、その主な機能は「Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Max Out Checkout拡張機能のCRXファイルをダウンロード

Max Out Checkout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Max Out Checkout Max Out Checkout
ID goojandgpnddlfodahagpdadfoidgjkh
公式URL https://chrome.google.com/webstore/detail/max-out-checkout/goojandgpnddlfodahagpdadfoidgjkh
説明 Get instant notifications for coupon codes & deals on over 25,000 stores. Powered by Verified.Codes
ファイルサイズ 67.72 KB
インストール数 1,000
現在のバージョン 1.0.4
最終更新日 2015-08-08
公開日 2015-08-08
評価 4.94/5 合計 64 レビュー
開発者 verified.codes.extension
支払い方法 free
拡張機能のウェブサイト http://verified.codes
対応言語 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"
    ]
}