My Coupon Tab

Automatically Finds the Best Coupons

My Coupon Tab란 무엇입니까?

My Coupon Tab은(는) newidea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically Finds the Best Coupons"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically Finds the Best Coupons
Automatically finds the best coupons while you visit your favorite store. No need to waste time to searching for coupons & promo codes. My Coupon Tab works with all the popular stores like Walmart, Ebay, KOHL’S , Snapfish, Target, Macy’s, Sephora & Amazon to find the best deal so you don’t have to.


Free & Easy to Use
Add My Coupon Tab for free and never overpay again!                    

확장 프로그램 기본 정보

이름 My Coupon Tab My Coupon Tab
ID oongmcmolkkiogadepeoigjjckcjonem
공식 URL https://chrome.google.com/webstore/detail/my-coupon-tab/oongmcmolkkiogadepeoigjjckcjonem
설명 Automatically Finds the Best Coupons
파일 크기 1.17 MB
설치 횟수 17
현재 버전 1.0.7
최근 업데이트 2019-07-19
출시 날짜 2019-07-19
개발자 newidea
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Coupon Tab",
    "description": "Automatically Finds the Best Coupons",
    "version": "1.0.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.imgviewer.net\/",
        "http:\/\/www.myweathernewtab.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "coupon16.png",
        "32": "coupon32.png",
        "48": "coupon48.png",
        "128": "coupon128.png"
    }
}