PriceWink

One Stop Online Shopping with Automatic price comparision and Personalised price alerts.

Τι είναι το PriceWink;

Το PriceWink είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://pricewink.in, και η κύρια λειτουργία του είναι "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PriceWink

Λήψη αρχείων επέκτασης PriceWink σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension.

✓ Get lower price automatically while you shop 

✓ Set your personal target price for any product on any shop

PriceWink is absolutely FREE forever.

Enjoy the best prices, always, with PriceWink ! 

Add PriceWink to your chrome now!                    

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

Όνομα PriceWink PriceWink
ID fonbfofodfopbaafhahgolemcplblbcg
Επίσημο URL https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg
Περιγραφή One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
Μέγεθος Αρχείου 140 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 1.8.2.24
Τελευταία Ενημέρωση 2014-05-04
Ημερομηνία Δημοσίευσης 2014-05-04
Αξιολόγηση 4.33/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής http://pricewink.in
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.pricewink.in
Διεύθυνση URL της Σελίδας Βοήθειας http://pricewink.in/faq.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PriceWink",
    "description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.",
    "version": "1.8.2.24",
    "short_name": "PriceWink",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "scrollbar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.mousewheel.js",
                "js\/jquery.jscrollpane.min.js",
                "js\/base64.js",
                "js\/rawdeflate.js",
                "js\/rawinflate.js",
                "list.js",
                "pa.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "js\/*"
    ]
}