JVZoo Dashboard

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

什么是JVZoo Dashboard?

JVZoo Dashboard是由Jamie Pierson开发的Chrome扩展程序,该扩展的主要功能是“All of your important JVZoo links and the Top 10 in one convenient place!”。

扩展截图

screenshot

下载JVZoo Dashboard扩展crx文件

下载JVZoo Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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