Plan - Calendar & Tasks
The beautiful new tab page with your calendars and tasks.
Plan - Calendar & Tasksคืออะไร?
Plan - Calendar & Tasks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getplan.co และคุณลักษณะหลักของมันคือ "The beautiful new tab page with your calendars and tasks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plan - Calendar & Tasks
ดาวน์โหลดไฟล์ส่วนขยาย Plan - Calendar & Tasks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Everything you have to do, and everywhere you have to be, effortlessly organized. Plan is your entire day in one place. With the official Plan Chrome extension, it’s now even easier to manage all of your tasks, meetings and documents. In a beautiful new tab page, create and view tasks and meetings that automatically sync with your Google Calendar and Outlook Calendar. • Create and view all of your tasks and meetings in one place • Two-way sync with Google Calendar and Outlook Calendar • Quickly access Google Drive and Box documents • Links to the default Chrome tab & Chrome apps • See the weather, date and time of day • Get inspired by backgrounds individualized to you! ABOUT PERMISSIONS Browsing history - Plan never tracks or stores your browsing history. Access to cookies is required to check if you’re logged into Plan. Location - For weather reporting only For more information on Plan’s privacy policy please visit https://getplan.co/privacy.pdf. GET IN TOUCH Email us at [email protected] Twitter: @getplanapp
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Plan - Calendar & Tasks |
ID | kinkgmlnfafflibopbljlhihdjmbahha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plan-calendar-tasks/kinkgmlnfafflibopbljlhihdjmbahha |
คำอธิบาย | The beautiful new tab page with your calendars and tasks. |
ขนาดไฟล์ | 2.27 MB |
จำนวนการติดตั้ง | 14,339 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2021-12-29 |
วันที่เผยแพร่ | 2020-05-02 |
คะแนน | 4.36/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | https://getplan.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getplan.co |
URL หน้าช่วยเหลือ | https://getplan.co/help |
URL หน้านโยบายความเป็นส่วนตัว | https://getplan.co/privacy.pdf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plan - Calendar & Tasks", "short_name": "Plan", "description": "The beautiful new tab page with your calendars and tasks.", "version": "1.3.1", "author": "Plan Inc.", "browser_action": { "default_title": "Open Plan", "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "geolocation" ], "host_permissions": [ "https:\/\/*.getplan.co\/" ], "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "fonts\/*.ttf", "fonts\/*.otf", "fonts\/*.eot", "fonts\/*.woff", "fonts\/*.jpeg", "*.svg" ] } |