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"
    ]
}