Fetch It - Automatic Coupon Applier

Automatic Coupon Applier

Fetch It - Automatic Coupon Applierとは何ですか?

Fetch It - Automatic Coupon ApplierはFetch Itによって開発されたChromeの拡張機能で、その主な機能は「Automatic Coupon Applier」です。

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

screenshot
screenshot
screenshot
screenshot

Fetch It - Automatic Coupon Applier拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Fetch It automatically finds and applies coupons from across the web to your shopping cart. With a minimal user interface, Fetch It stays out of the way and works in the background to make sure you have the best deal around. Best of all, Fetch It is completely free to the user and is able to work in conjunction with other coupon applications to make sure you get the lowest price.

While Fetch It is working, you are still free to look around and edit your cart and once the icon in the top-right corner reaches 100%, you are free to continue checkout with your new savings in tow. Fetch It runs on 100,000s of your favorite websites, so to start saving, get it today!

Fetch It is completely free to the user and instead affiliates with various businesses to earn fees and find various promo codes for our extension to apply.                    

拡張機能の基本情報

名前 Fetch It - Automatic Coupon Applier Fetch It - Automatic Coupon Applier
ID fmnfkdcdndfbmlaknoiichdbpadckdne
公式URL https://chromewebstore.google.com/detail/fetch-it-automatic-coupon/fmnfkdcdndfbmlaknoiichdbpadckdne
説明 Automatic Coupon Applier
ファイルサイズ 15.47 KB
インストール数 47
現在のバージョン 0.0.4
最終更新日 2021-05-27
公開日 2020-08-02
評価 5.00/5 合計 3 レビュー
開発者 Fetch It
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://go.getfetch.it/p/about-us.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fetch It - Automatic Coupon Applier",
    "version": "0.0.4",
    "description": "Automatic Coupon Applier",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "browsingData"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "miniScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "topScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "interceptor.js",
        "subScript.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "fetchItHide.png"
    },
    "icons": {
        "16": "fetchItActive.png",
        "48": "fetchItActive.png",
        "128": "fetchItActive.png"
    },
    "manifest_version": 2
}