Points While You Shop

Earn credit card points faster when you buy from the stores you normally shop form.

Что такое Points While You Shop?

Points While You Shop - это расширение Chrome, разработанное https://cambridgemike.com, и его основная функция - "Earn credit card points faster when you buy from the stores you normally shop form.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Points While You Shop

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

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

                        Did you know that you can earn up to 10 additional points per dollar when you shop through your credit card's Shopping Portal? The Points While You Shop will conveniently show you how many additional points are available on the site you're currently looking at, and give you a one-click link to activate your extra rewards.                    

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

Название Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
Официальный URL https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Описание Earn credit card points faster when you buy from the stores you normally shop form.
Размер файла 80 KB
Количество установок 75
Текущая Версия 1.0.0
Последнее Обновление 2016-05-16
Дата публикации 2016-05-15
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://cambridgemike.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Points While You Shop",
    "version": "1.0.0",
    "description": "Earn credit card points faster when you buy from the stores you normally shop form.",
    "browser_action": {
        "default_icon": {
            "19": "icons\/star-grey-19.png",
            "38": "icons\/star-grey-38.png",
            "128": "icons\/star-128.png"
        },
        "default_title": "Shopping Portal",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}