JVZoo Easy Shortcuts
Allows users of JVZoo to quickly navigate out to often used sections of the platform.
什麼是JVZoo Easy Shortcuts?
JVZoo Easy Shortcuts是由Darren Ross開發的Chrome擴展程式,該擴展的主要功能是“Allows users of JVZoo to quickly navigate out to often used sections of the platform.”。
擴展截圖
下載JVZoo Easy Shortcuts擴展crx文件
下載JVZoo Easy Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Users of this Chrome extension will be able to easily navigate out to various frequently used and important pages and sections of the JVZoo platform. This includes things like the sales statistics, affiliates (requests too), affiliate stats, top sellers, bonus section, and so many others. Using a simple button based interface, you will be able to easily click a button and be brought out (in your browser) to the section of JVZoo that you're seeking. On top of that, there's even a Google Form at the bottom to submit feedback, if you're interested in suggestions or recommendations. This Chrome extension is in no way in affiliation with JVZoo, the platform, or those working for JVZoo. No infringement is meant by this plugin. It is simply meant to be used as a means for saving time and boosting productivity while using the JVZoo platform. I reserve absolutely NO rights or copyrights to the JVZoo name or trademark, all of which are respectively property of BBC Systems.
擴展基本資訊
名稱 | JVZoo Easy Shortcuts |
ID | afngkmlagonopibmhcienodokonohdlh |
官方網址 | https://chromewebstore.google.com/detail/jvzoo-easy-shortcuts/afngkmlagonopibmhcienodokonohdlh |
簡介 | Allows users of JVZoo to quickly navigate out to often used sections of the platform. |
檔案大小 | 17.1 KB |
安裝次數 | 25 |
目前版本 | 0.1 |
更新時間 | 2017-09-16 |
上架時間 | 2017-09-15 |
開發者 | Darren Ross |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JVZoo Easy Shortcuts", "version": "0.1", "manifest_version": 2, "description": "Allows users of JVZoo to quickly navigate out to often used sections of the platform.", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "logoimage.png", "default_title": "Allows users of JVZoo to quickly navigate out to often used sections of the platform.", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "logoimage.png" } } |