Points While You Shop

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

Co to jest Points While You Shop?

Points While You Shop to rozszerzenie Chrome opracowane przez https://cambridgemike.com, a jego główną funkcją jest „Earn credit card points faster when you buy from the stores you normally shop form.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Points While You Shop

Pobierz pliki rozszerzeń Points While You Shop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
Oficjalny URL https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Opis Earn credit card points faster when you buy from the stores you normally shop form.
Rozmiar pliku 80 KB
Liczba instalacji 75
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-05-16
Data Publikacji 2016-05-15
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://cambridgemike.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}