Points While You Shop

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

什麼是Points While You Shop?

Points While You Shop是由https://cambridgemike.com開發的Chrome擴展程式,該擴展的主要功能是“Earn credit card points faster when you buy from the stores you normally shop form.”。

擴展截圖

screenshot
screenshot
screenshot

下載Points While You Shop擴展crx文件

下載Points While You Shop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
官方網址 https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
簡介 Earn credit card points faster when you buy from the stores you normally shop form.
檔案大小 80 KB
安裝次數 75
目前版本 1.0.0
更新時間 2016-05-16
上架時間 2016-05-15
評分 5.00/5 共 2 次評分
開發者 https://cambridgemike.com
付費類型 free
支援的語言 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"
    ]
}