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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |