Points While You Shop

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

¿Qué es Points While You Shop?

Points While You Shop es una extensión de Chrome desarrollada por https://cambridgemike.com, y su función principal es "Earn credit card points faster when you buy from the stores you normally shop form.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Points While You Shop

Descarga archivos de extensión Points While You Shop en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
URL Oficial https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Descripción Earn credit card points faster when you buy from the stores you normally shop form.
Tamaño del Archivo 80 KB
Cantidad de Instalaciones 75
Versión Actual 1.0.0
Última Actualización 2016-05-16
Fecha de Publicación 2016-05-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://cambridgemike.com
Tipo de Pago free
Idiomas Soportados 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"
    ]
}