JVZoo Easy Shortcuts

Allows users of JVZoo to quickly navigate out to often used sections of the platform.

Τι είναι το JVZoo Easy Shortcuts;

Το JVZoo Easy Shortcuts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Darren Ross, και η κύρια λειτουργία του είναι "Allows users of JVZoo to quickly navigate out to often used sections of the platform.".

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

screenshot

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

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

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

                        Users of this Chrome extension will be able to easily navigate out to various frequently used and important pages and sections of the JVZoo platform.

This includes things like the sales statistics, affiliates (requests too), affiliate stats, top sellers, bonus section, and so many others.

Using a simple button based interface, you will be able to easily click a button and be brought out (in your browser) to the section of JVZoo that you're seeking.

On top of that, there's even a Google Form at the bottom to submit feedback, if you're interested in suggestions or recommendations.

This Chrome extension is in no way in affiliation with JVZoo, the platform, or those working for JVZoo.  No infringement is meant by this plugin.  It is simply meant to be used as a means for saving time and boosting productivity while using the JVZoo platform.

I reserve absolutely NO rights or copyrights to the JVZoo name or trademark, all of which are respectively property of BBC Systems.                    

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

Όνομα JVZoo Easy Shortcuts JVZoo Easy Shortcuts
ID afngkmlagonopibmhcienodokonohdlh
Επίσημο URL https://chromewebstore.google.com/detail/jvzoo-easy-shortcuts/afngkmlagonopibmhcienodokonohdlh
Περιγραφή Allows users of JVZoo to quickly navigate out to often used sections of the platform.
Μέγεθος Αρχείου 17.1 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2017-09-16
Ημερομηνία Δημοσίευσης 2017-09-15
Προγραμματιστής Darren Ross
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JVZoo Easy Shortcuts",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Allows users of JVZoo to quickly navigate out to often used sections of the platform.",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logoimage.png",
        "default_title": "Allows users of JVZoo to quickly navigate out to often used sections of the platform.",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "logoimage.png"
    }
}