Points While You Shop

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

Points While You Shop là gì?

Points While You Shop là một tiện ích mở rộng Chrome được phát triển bởi https://cambridgemike.com, và tính năng chính của nó là "Earn credit card points faster when you buy from the stores you normally shop form.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Points While You Shop

Tải xuống các tệp mở rộng Points While You Shop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Points While You Shop Points While You Shop
ID ndmkdgkaabeholaecdbmgbpfgobldkje
URL Chính Thức https://chromewebstore.google.com/detail/points-while-you-shop/ndmkdgkaabeholaecdbmgbpfgobldkje
Mô tả Earn credit card points faster when you buy from the stores you normally shop form.
Kích Thước Tệp 80 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-05-16
Ngày Phát Hành 2016-05-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://cambridgemike.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}