Up Next
See what's up next.
Up Nextคืออะไร?
Up Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upnext.events และคุณลักษณะหลักของมันคือ "See what's up next."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Up Next
ดาวน์โหลดไฟล์ส่วนขยาย Up Next ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See what's next on your calendar, every time you open the new tab page. A simple, beautiful Chrome extension that helps you keep on top of your day, and jump into your next appointment without going to another website. Up Next currently only supports the Chrome browser, using a Google account to access your Calendar. All requests are performed locally, on your machine, and are not sent to any third-party services.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Up Next |
ID | bheadjenigpffjihhfhbancdcolkfpeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/up-next/bheadjenigpffjihhfhbancdcolkfpeh |
คำอธิบาย | See what's up next. |
ขนาดไฟล์ | 827 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.16 |
อัปเดตครั้งล่าสุด | 2020-06-21 |
วันที่เผยแพร่ | 2020-06-20 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://upnext.events |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://upnext.events |
URL หน้าช่วยเหลือ | https://upnext.events/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://owenwillia.ms/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Up Next", "description": "See what's up next.", "version": "0.0.16", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "oauth2": { "client_id": "1016932105301-5b474ssubm7639j042hd14ce28ac1lv6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly", "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxBOGxk1wMJ5lHUkLTuDJ7DscQpIQPleHZr3aNhvejxo\/E3h59nvsoijO1o0sMMfbWfeSO6u7KTPsPy+BlOHjUV7\/IXkvXgbYA9+7K0SRx3k0lqBDo10YbR6Rbu+fEPo3UKIQ3gSo\/ZajhQa\/bZnKra+I93ljf5tNdCNiRJoF7lV16tiUUBV+arkEtpH7sWCbdP3ifPXs8x4wtesuIQL5Jxp1F209m593DXfrXs\/LdhOfTJKUO\/iu2p2henNSBxaivRwOWXXdOoj7nVKWh+QcomM6x3l7fO4Y977B59a8SNHkejWnwe90GaghviZLkOWZe7A8W6Hzu+KXLVJ6rn6b\/wIDAQAB", "permissions": [ "identity", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth", "alarms", "https:\/\/www.google-analytics.com\/", "storage" ], "content_security_policy": "script-src 'self' 'blob' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/rsms.me\/; object-src 'self'" } |