Google Calendar: Add AND remove calendars
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars.
Google Calendar: Add AND remove calendarsคืออะไร?
Google Calendar: Add AND remove calendars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seth Walker และคุณลักษณะหลักของมันคือ "Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar: Add AND remove calendars
ดาวน์โหลดไฟล์ส่วนขยาย Google Calendar: Add AND remove calendars ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. It also sorts coworkers calendars to put active calendars at the top.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dooidmblcmickgannljbomjfccagbhlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-calendar-add-and-r/dooidmblcmickgannljbomjfccagbhlh |
คำอธิบาย | Chrome extension to turn the "Add a coworker's calendar" field in Google Calendar into a toggle for adding AND removing calendars. |
ขนาดไฟล์ | 194 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-10-28 |
วันที่เผยแพร่ | 2014-10-28 |
ผู้พัฒนา | Seth Walker |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar: Add AND remove calendars", "description": "Chrome extension to turn the \"Add a coworker's calendar\" field in Google Calendar into a toggle for adding AND removing calendars.", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/calendar\/*", "http:\/\/www.google.com\/calendar\/*" ], "js": [ "node_modules\/email-addresses\/lib\/email-addresses.js", "node_modules\/underscore\/underscore.js", "index.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.google.com\/calendar\/*" ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |