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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cambridgemike.com และคุณลักษณะหลักของมันคือ "Earn credit card points faster when you buy from the stores you normally shop form."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Points While You Shop

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}