Points While You Shop

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

Hvad er Points While You Shop?

Points While You Shop er en Chrome-udvidelse udviklet af https://cambridgemike.com, og dens hovedfunktion er "Earn credit card points faster when you buy from the stores you normally shop form.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Points While You Shop-udvidelses-CRX-fil

Download Points While You Shop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
Officiel URL https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Beskrivelse Earn credit card points faster when you buy from the stores you normally shop form.
Filstørrelse 80 KB
Antal Installationer 75
Nuværende Version 1.0.0
Senest Opdateret 2016-05-16
Udgivelsesdato 2016-05-15
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://cambridgemike.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}