PlanPlus Online
A productivity system for leaders and achievers
PlanPlus Online란 무엇입니까?
PlanPlus Online은(는) PlanPlus Online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A productivity system for leaders and achievers"입니다.
확장 프로그램 스크린샷
PlanPlus Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free Chrome Extension for your PlanPlus Online task management. It will show your prioritized task list each time you open a new tab. It allows you to edit and create new tasks that will connect with your PlanPlus Online account if you choose to upgrade to our full version. We also introduced a feature for focus mode to allow you to select one task you'd like to focus on and see that task each time you open a new tab.
확장 프로그램 기본 정보
이름 | |
ID | alnnkdajjdhifohikefkglejgjknaijh |
공식 URL | https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh |
설명 | A productivity system for leaders and achievers |
파일 크기 | 77.49 KB |
설치 횟수 | 1,407 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2020-10-29 |
출시 날짜 | 2020-07-31 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | PlanPlus Online |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.planplusonline.com |
도움말 페이지 URL | https://www.planplusonline.com/support |
개인정보 보호 정책 페이지 URL | https://www.planplusonline.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "ppo-login.html" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "PlanPlus Online", "short_name": "PlanPlus", "description": "A productivity system for leaders and achievers", "version": "2.1.1", "browser_action": { "default_icon": "pp-icon.png" }, "icons": { "16": "pp-icon-all.png", "48": "pp-icon-all.png", "128": "pp-icon-all.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "activeTab", "https:\/\/sync.planplusonline02.com\/", "https:\/\/sync.planplusonline05.com\/", "https:\/\/sync.planplusonline08.com\/", "https:\/\/sync.planplusonline.us\/", "https:\/\/ajax.googleapis.com\/", "https:\/\/dev.planplusonline.com\/", "https:\/\/staging.planplusonline.com\/" ] } |