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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}