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