JVZoo Dashboard

All of your important JVZoo links and the Top 10 in one convenient place!

JVZoo Dashboard क्या है?

JVZoo Dashboard Jamie Pierson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All of your important JVZoo links and the Top 10 in one convenient place!"।

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

screenshot

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

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

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

                        The JVZoo Dashboard extension gives you instant access to the most important features of JVZoo as well as an always available Top 10 list! This extension is updated daily! Install it and make using JVZoo as a seller or as an affiliate easier and more fun today! 

You get... Instant Access to the Top 10 List!

As Well As Shortcut Links To:
- Account Overview
- Sales Funnels
- Sellers Dashboard
- Seller Stats
- Top Sellers
- Affiliate Requests
- Affiliate Sales
- Paid To Affiliates
- Affiliate Bonuses
- Your Affiliates
- Featured Products

We hope you enjoy the JVZoo Dashboard & Top 10 Extension!

If you do, please consider leaving a review!                    

एक्सटेंशन की मूल जानकारी

नाम JVZoo Dashboard JVZoo Dashboard
ID lpfeakkoiegpeinbmbonalmfcfefpllk
आधिकारिक URL https://chrome.google.com/webstore/detail/jvzoo-dashboard/lpfeakkoiegpeinbmbonalmfcfefpllk
विवरण All of your important JVZoo links and the Top 10 in one convenient place!
फ़ाइल का आकार 24.97 KB
स्थापना संख्या 82
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-10-08
प्रकाशन तिथि 2017-10-08
डेवलपर Jamie Pierson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jvzoo.com/register/808817
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JVZoo Dashboard",
    "version": "0.1",
    "manifest_version": 2,
    "description": "All of your important JVZoo links and the Top 10 in one convenient place!",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "jvfav.png",
        "default_title": "All of your important JVZoo links and the Top 10 in one convenient place!",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "jvfav.png"
    }
}