Points While You Shop

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

Qu'est-ce que Points While You Shop ?

Points While You Shop est une extension Chrome développée par https://cambridgemike.com, et sa fonction principale est "Earn credit card points faster when you buy from the stores you normally shop form.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Points While You Shop

Téléchargez les fichiers d'extension Points While You Shop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
URL Officiel https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Description Earn credit card points faster when you buy from the stores you normally shop form.
Taille du Fichier 80 KB
Nombre d'Installations 75
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-05-16
Date de Publication 2016-05-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://cambridgemike.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}