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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |