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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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