Points While You Shop
Earn credit card points faster when you buy from the stores you normally shop form.
Cos'è Points While You Shop?
Points While You Shop è un'estensione di Chrome sviluppata da https://cambridgemike.com, e la sua funzione principale è "Earn credit card points faster when you buy from the stores you normally shop form.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Points While You Shop
Scarica i file di estensione Points While You Shop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Points While You Shop |
ID | ndmkdgkaabeholaecdbmgbpfgobldkje |
URL Ufficiale | https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje |
Descrizione | Earn credit card points faster when you buy from the stores you normally shop form. |
Dimensione del File | 80 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-05-16 |
Data di Pubblicazione | 2016-05-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://cambridgemike.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |