Shop 4 Less

Compare other major sites and buy at right price

Τι είναι το Shop 4 Less;

Το Shop 4 Less είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Apptikka, και η κύρια λειτουργία του είναι "Compare other major sites and buy at right price".

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

screenshot
screenshot
screenshot

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

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

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

                        How many times during online shopping, before adding to cart you thought is there some other place that this product is cheaper than this price ?

Well from now on, forget about the it. This extension will help you search other major websites (more than 200+ websites) and shows you the price those sites offer.                    

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

Όνομα Shop 4 Less Shop 4 Less
ID nbdcdabndhehpnlfnfaooedgpbdpohhi
Επίσημο URL https://chrome.google.com/webstore/detail/shop-4-less/nbdcdabndhehpnlfnfaooedgpbdpohhi
Περιγραφή Compare other major sites and buy at right price
Μέγεθος Αρχείου 28.53 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-08-08
Ημερομηνία Δημοσίευσης 2016-08-08
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Apptikka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.dealtikka.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shop 4 Less",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Compare other major sites and buy at right price",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon 48.png",
        "128": "icon 128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}