JVZoo Dashboard
All of your important JVZoo links and the Top 10 in one convenient place!
JVZoo Dashboardคืออะไร?
JVZoo Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Pierson และคุณลักษณะหลักของมันคือ "All of your important JVZoo links and the Top 10 in one convenient place!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JVZoo Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |