JVZoo Dashboard
All of your important JVZoo links and the Top 10 in one convenient place!
JVZoo Dashboard là gì?
JVZoo Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Jamie Pierson, và tính năng chính của nó là "All of your important JVZoo links and the Top 10 in one convenient place!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JVZoo Dashboard
Tải xuống các tệp mở rộng JVZoo Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lpfeakkoiegpeinbmbonalmfcfefpllk |
URL Chính Thức | https://chrome.google.com/webstore/detail/jvzoo-dashboard/lpfeakkoiegpeinbmbonalmfcfefpllk |
Mô tả | All of your important JVZoo links and the Top 10 in one convenient place! |
Kích Thước Tệp | 24.97 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-10-08 |
Ngày Phát Hành | 2017-10-08 |
Nhà Phát Triển | Jamie Pierson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jvzoo.com/register/808817 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |