Cheese - Auto Coupon & Code Applier

Coupon codes for shopping platforms based in Pakistan

Cheese - Auto Coupon & Code Applier là gì?

Cheese - Auto Coupon & Code Applier là một tiện ích mở rộng Chrome được phát triển bởi cheesedev, và tính năng chính của nó là "Coupon codes for shopping platforms based in Pakistan".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cheese - Auto Coupon & Code Applier

Tải xuống các tệp mở rộng Cheese - Auto Coupon & Code 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

                        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.                    

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

Tên Cheese - Auto Coupon & Code Applier Cheese - Auto Coupon & Code Applier
ID cngcpkahogdgpimmcfiageicpillgihm
URL Chính Thức https://chromewebstore.google.com/detail/cheese-auto-coupon-code-a/cngcpkahogdgpimmcfiageicpillgihm
Mô tả Coupon codes for shopping platforms based in Pakistan
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-09-22
Nhà Phát Triển cheesedev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getcheese.co/
URL Trang Chính Sách Bảo Mật https://getcheese.co/cheese/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}