Coupolog

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

Coupolog là gì?

Coupolog là một tiện ích mở rộng Chrome được phát triển bởi Coupolog - The World's Best Coupons.™, và tính năng chính của nó là "Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coupolog

Tải xuống các tệp mở rộng Coupolog 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

                        (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.                    

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

Tên Coupolog Coupolog
ID kecciehcjecipnigmpjchpihlikkinbd
URL Chính Thức https://chromewebstore.google.com/detail/coupolog/kecciehcjecipnigmpjchpihlikkinbd
Mô tả Meanwhile you're browsing, it will instantly suggest, find, and automatically show you coupon codes before checking out.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-11-17
Ngày Phát Hành 2014-11-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Coupolog - The World's Best Coupons.™
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}