Coupon Generator

Generate available coupons while shopping online

Coupon Generator란 무엇입니까?

Coupon Generator은(는) Prabhash97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate available coupons while shopping online"입니다.

확장 프로그램 스크린샷

screenshot

Coupon Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Coupon Generator is a powerful Chrome extension designed to enhance your online shopping experience by providing you with available coupons and discounts. With just a click, this handy tool searches for relevant coupons while you browse your favorite online stores, ensuring you never miss out on savings opportunities.

When activated, Coupon Generator intelligently analyzes the webpage you're visiting, extracting valuable coupon information specific to that website. Seamlessly integrated into your Chrome browser, the extension discreetly works in the background, scanning for active promotions and exclusive deals.

Upon discovering a coupon, Coupon Generator instantly generates a unique code tailored to your current shopping session. An alert notification conveniently displays the coupon code, allowing you to copy and paste it during the checkout process effortlessly.

The extension offers a user-friendly interface, featuring a sleek popup view accessible with a single click. Within the popup, you'll find a "Generate Coupon" button that triggers the coupon search process, empowering you to save money in a few simple steps.

Coupon Generator is continuously updated with the latest promotional offers and discounts, ensuring you always have access to the best deals while shopping online. Enjoy a seamless and cost-effective shopping experience by leveraging the power of Coupon Generator, your trusted companion for unlocking valuable savings opportunities.                    

확장 프로그램 기본 정보

이름 Coupon Generator Coupon Generator
ID omjkcafblkhpijogeaojagjcplimeafi
공식 URL https://chromewebstore.google.com/detail/coupon-generator/omjkcafblkhpijogeaojagjcplimeafi
설명 Generate available coupons while shopping online
파일 크기 13.12 KB
설치 횟수 48
현재 버전 1.0
최근 업데이트 2023-07-10
출시 날짜 2023-07-09
개발자 Prabhash97
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coupon Generator",
    "version": "1.0",
    "description": "Generate available coupons while shopping online",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}