Fetch It - Automatic Coupon Applier

Automatic Coupon Applier

Fetch It - Automatic Coupon Applier là gì?

Fetch It - Automatic Coupon Applier là một tiện ích mở rộng Chrome được phát triển bởi Fetch It, và tính năng chính của nó là "Automatic Coupon Applier".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fetch It - Automatic Coupon Applier

Tải xuống các tệp mở rộng Fetch It - Automatic Coupon Applier 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

                        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.                    

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

Tên Fetch It - Automatic Coupon Applier Fetch It - Automatic Coupon Applier
ID fmnfkdcdndfbmlaknoiichdbpadckdne
URL Chính Thức https://chromewebstore.google.com/detail/fetch-it-automatic-coupon/fmnfkdcdndfbmlaknoiichdbpadckdne
Mô tả Automatic Coupon Applier
Kích Thước Tệp 15.47 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2021-05-27
Ngày Phát Hành 2020-08-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Fetch It
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://go.getfetch.it/p/about-us.html
Ngôn Ngữ Được Hỗ Trợ 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
}