Points While You Shop

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

Co je Points While You Shop?

Points While You Shop je rozšíření Chrome vyvinuté https://cambridgemike.com, a jeho hlavní funkcí je „Earn credit card points faster when you buy from the stores you normally shop form.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Points While You Shop

Stáhněte si soubory rozšíření Points While You Shop ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
Oficiální URL https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Popis Earn credit card points faster when you buy from the stores you normally shop form.
Velikost souboru 80 KB
Počet instalací 75
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-05-16
Datum Vydání 2016-05-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://cambridgemike.com
Typ Platby free
Podporované Jazyky 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"
    ]
}