Cheese - Auto Coupon & Code Applier

Coupon codes for shopping platforms based in Pakistan

Cheese - Auto Coupon & Code Applier क्या है?

Cheese - Auto Coupon & Code Applier cheesedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coupon codes for shopping platforms based in Pakistan"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cheese - Auto Coupon & Code Applier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}