Cheese - Auto Coupon & Code Applier

Coupon codes for shopping platforms based in Pakistan

Cheese - Auto Coupon & Code Applier란 무엇입니까?

Cheese - Auto Coupon & Code Applier은(는) cheesedev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coupon codes for shopping platforms based in Pakistan"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cheese - Auto Coupon & Code Applier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing "Cheese" – your ideal shopping companion crafted specifically for Pakistan! Fed up with scouring various websites for discounts on your favorite online stores in Pakistan? Cheese streamlines your online shopping experience by automatically applying coupons and discounts at checkout, ensuring you enjoy the finest deals.

How to Use:
Utilizing Cheese is as effortless as savoring your favorite cheese with a cup of Pakistani tea. To commence your savings on online purchases in Pakistan, install the Cheese extension from the Chrome Web Store. It activates seamlessly when you reach the checkout page.

Cheese swiftly identifies and applies relevant coupons with just a single click. Let Cheese enhance your online shopping journey by guaranteeing you seize the most enticing deals available.                    

확장 프로그램 기본 정보

이름 Cheese - Auto Coupon & Code Applier Cheese - Auto Coupon & Code Applier
ID cngcpkahogdgpimmcfiageicpillgihm
공식 URL https://chromewebstore.google.com/detail/cheese-auto-coupon-code-a/cngcpkahogdgpimmcfiageicpillgihm
설명 Coupon codes for shopping platforms based in Pakistan
파일 크기 1.06 MB
설치 횟수 35
현재 버전 1.11
최근 업데이트 2024-03-04
출시 날짜 2023-09-22
개발자 cheesedev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getcheese.co/
개인정보 보호 정책 페이지 URL https://getcheese.co/cheese/privacy-policy.html
지원되는 언어 en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_nameofapp__",
    "description": "__MSG_description__",
    "version": "1.11",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "functions.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/fav16.png",
        "32": "images\/fav32.png",
        "48": "images\/fav48.png",
        "128": "images\/fav128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.jpg",
                "images\/life-ring-regular.svg",
                "images\/fav128.png",
                "images\/coolcheese.png",
                "images\/sadcheese.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "unsupported.html",
        "default_icon": {
            "16": "images\/fav16.png",
            "32": "images\/fav32.png",
            "48": "images\/fav48.png",
            "128": "images\/fav128.png"
        }
    }
}