PriceBlink Lite - Coupons & Price Comparison

Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.

Τι είναι το PriceBlink Lite - Coupons & Price Comparison;

Το PriceBlink Lite - Coupons & Price Comparison είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://priceblink.com, και η κύρια λειτουργία του είναι "Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PriceBlink Lite - Coupons & Price Comparison

Λήψη αρχείων επέκτασης PriceBlink Lite - Coupons & Price Comparison σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PriceBlink Lite Finds Lower Prices and Money-Saving Coupons while you shop. Checks for lower prices when you're shopping, otherwise it stays hidden. 

When you're shopping, PriceBlink Lite lets you know if the product you are viewing is available for cheaper elsewhere.  It also alerts you to coupons on the merchant you're shopping.

PriceBlink Lite's Terms of Use / EULA / Privacy Policy can be viewed here: https://goo.gl/yatZhO                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PriceBlink Lite - Coupons & Price Comparison PriceBlink Lite - Coupons & Price Comparison
ID aolpdlffgigjkjejcmjikefloacanfjn
Επίσημο URL https://chromewebstore.google.com/detail/priceblink-lite-coupons-p/aolpdlffgigjkjejcmjikefloacanfjn
Περιγραφή Checks for Lower Prices and Money-Saving coupons with just one click. On-demand version of the popular PriceBlink extension.
Μέγεθος Αρχείου 27.99 KB
Αριθμός Εγκαταστάσεων 1,414
Τρέχουσα Έκδοση 3.4
Τελευταία Ενημέρωση 2021-06-04
Ημερομηνία Δημοσίευσης 2017-04-14
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://priceblink.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.priceblink.com/webcpns/page.php?sp_id=7
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceBlink Lite - Coupons & Price Comparison",
    "short_name": "PB Lite",
    "version": "3.4",
    "description": "Checks for Lower Prices and Money-Saving coupons with just one click.  On-demand version of the popular PriceBlink extension.",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "PriceBlink",
        "default_popup": "status.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "options_page": "options.html"
}