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