Coupolog

Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out.

Coupolog란 무엇입니까?

Coupolog은(는) Coupolog - The World's Best Coupons.™에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        (NEW) Black Friday! This extension will find you black Friday deals for all your favourite stores

Coupolog. People use Coupolog to find amazing online deals, sales, and coupons in electronics, clothing, home essentials and much more - to get rock bottom prices on their daily shopping.

If you enjoy Black Friday and Cyber Monday days, you should definitely download immediately.

Save time and money by effortlessly getting the best coupons delivered to you 000's of top stores including Gap, JC Penny, Amazon, Kohl's, Best Buy, Walgreens, and many many more!

You will find Black Friday ads, as well as previews from Stores like Bestbuy, and Target

Coupolog was developed to be the most simple, least intrusive, and helpful shopping extension out there designed with one goal in mind - to save you money! 

Help us keep Coupolog working on all the stores you love. If you have any issues email us at [email protected]

The Coupolog shopping extension is NEW and FREE! Download today and start saving.                    

확장 프로그램 기본 정보

이름 Coupolog Coupolog
ID kecciehcjecipnigmpjchpihlikkinbd
공식 URL https://chromewebstore.google.com/detail/coupolog/kecciehcjecipnigmpjchpihlikkinbd
설명 Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out.
파일 크기 125 KB
설치 횟수 186
현재 버전 1.0.2
최근 업데이트 2014-11-17
출시 날짜 2014-11-17
평점 5.00/5 총 7 개의 평점
개발자 Coupolog - The World's Best Coupons.™
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coupolog",
    "description": "Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out.",
    "version": "1.0.2",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "tabs",
        "",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "styles\/external.css",
        "images\/*"
    ]
}