CouponCodes

Latest Discount Coupons & Promo Codes

Что такое CouponCodes?

CouponCodes - это расширение Chrome, разработанное https://couponcodes.menu, и его основная функция - "Latest Discount Coupons & Promo Codes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CouponCodes

Скачайте файлы расширений CouponCodes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        CouponCodes searches for the latest coupon codes and deals at over 100+ online stores.

Tired of searching for coupon codes?  

Get the latest coupons delivered automagically to your browser with CouponCodes.  CouponCodes features coupons from over 100+ stores, updated daily.

How to Use:

- Shop online at your favorite stores

- As you browse, if we feature coupons or deals for the store, you'll see an icon on the right side which provides the latest coupons and deals. With a single click, you’ll have access to all of codes.                    

Основная информация о расширении

Название CouponCodes CouponCodes
ID ianliaajpdpekfmblmneepdfmlnfmekb
Официальный URL https://chrome.google.com/webstore/detail/couponcodes/ianliaajpdpekfmblmneepdfmlnfmekb
Описание Latest Discount Coupons & Promo Codes
Размер файла 70.48 KB
Количество установок 974
Текущая Версия 1.5
Последнее Обновление 2016-09-12
Дата публикации 2016-09-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://couponcodes.menu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.couponcodes.menu
URL страницы помощи https://couponcodes.menu/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CouponCodes",
    "description": "Latest Discount Coupons & Promo Codes",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "short_name": "CouponCodes",
    "icons": {
        "16": "favicon.png",
        "48": "icon-32.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Coupon Codes Menu "
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}