PlanPlus Online
A productivity system for leaders and achievers
PlanPlus Online là gì?
PlanPlus Online là một tiện ích mở rộng Chrome được phát triển bởi PlanPlus Online, và tính năng chính của nó là "A productivity system for leaders and achievers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PlanPlus Online
Tải xuống các tệp mở rộng PlanPlus Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | alnnkdajjdhifohikefkglejgjknaijh |
URL Chính Thức | https://chromewebstore.google.com/detail/planplus-online/alnnkdajjdhifohikefkglejgjknaijh |
Mô tả | A productivity system for leaders and achievers |
Kích Thước Tệp | 77.49 KB |
Số Lần Cài Đặt | 1,407 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2020-10-29 |
Ngày Phát Hành | 2020-07-31 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | PlanPlus Online |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.planplusonline.com |
URL Trang Trợ Giúp | https://www.planplusonline.com/support |
URL Trang Chính Sách Bảo Mật | https://www.planplusonline.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |