Points While You Shop

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

Was ist Points While You Shop?

Points While You Shop ist eine Chrome-Erweiterung, die von https://cambridgemike.com entwickelt wurde, und ihr Hauptmerkmal ist "Earn credit card points faster when you buy from the stores you normally shop form.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Points While You Shop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Points While You Shop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
Offizielle URL https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Beschreibung Earn credit card points faster when you buy from the stores you normally shop form.
Dateigröße 80 KB
Installationsanzahl 75
Aktuelle Version 1.0.0
Letztes Update 2016-05-16
Veröffentlichungsdatum 2016-05-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://cambridgemike.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}