JVZoo Easy Shortcuts

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

JVZoo Easy Shortcuts क्या है?

JVZoo Easy Shortcuts Darren Ross द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users of JVZoo to quickly navigate out to often used sections of the platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JVZoo Easy Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}