Points While You Shop
Earn credit card points faster when you buy from the stores you normally shop form.
Apa itu Points While You Shop?
Points While You Shop adalah ekstensi Chrome yang dikembangkan oleh https://cambridgemike.com, dan fitur utamanya adalah "Earn credit card points faster when you buy from the stores you normally shop form.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Points While You Shop
Unduh file ekstensi Points While You Shop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Points While You Shop |
ID | ndmkdgkaabeholaecdbmgbpfgobldkje |
URL Resmi | https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje |
Deskripsi | Earn credit card points faster when you buy from the stores you normally shop form. |
Ukuran File | 80 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-05-16 |
Tanggal Publikasi | 2016-05-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://cambridgemike.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |