Zoom Player Deals

Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.

Τι είναι το Zoom Player Deals;

Το Zoom Player Deals είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://inmatrix.com, και η κύρια λειτουργία του είναι "Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Zoom Player Deals extension helps you find the best price and coupons for products you are currently browsing for.

Help Zoom Player development flourish by using this extension to help advise you with your online shopping.                    

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

Όνομα Zoom Player Deals Zoom Player Deals
ID jhepckfebdcnjemeknooaegpociaaiae
Επίσημο URL https://chrome.google.com/webstore/detail/zoom-player-deals/jhepckfebdcnjemeknooaegpociaaiae
Περιγραφή Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.
Μέγεθος Αρχείου 93.75 KB
Αριθμός Εγκαταστάσεων 1,799
Τρέχουσα Έκδοση 7.0.27
Τελευταία Ενημέρωση 2017-07-10
Ημερομηνία Δημοσίευσης 2017-07-10
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής http://inmatrix.com
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://inmatrix.com/privacy.shtml
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_shortName__",
    "version": "7.0.27",
    "manifest_version": 2,
    "icons": {
        "48": "img\/active48.png",
        "128": "img\/active128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_script.js",
            "browser_action.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/inactive19.png",
            "38": "img\/inactive38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [],
    "default_locale": "en"
}