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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}