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
官方URL 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"
    ]
}