Google Calendar Guests Modify Event Default
Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.
Google Calendar Guests Modify Event Defaultคืออะไร?
Google Calendar Guests Modify Event Default เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robin Drexler และคุณลักษณะหลักของมันคือ "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar Guests Modify Event Default
ดาวน์โหลดไฟล์ส่วนขยาย Google Calendar Guests Modify Event Default ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enables 'Guests can modify event' setting for google calendar by default, when creating a new event. Code is on Github: https://github.com/robin-drexler/Google-Calendar-Guests-Can-Modify-Event-By-Default
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hjhicmeghjagaicbkmhmbbnibhbkcfdb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-calendar-guests-mo/hjhicmeghjagaicbkmhmbbnibhbkcfdb |
คำอธิบาย | Enables 'Guests can modify event' setting for google calendar by default, when creating a new event. |
ขนาดไฟล์ | 66.23 KB |
จำนวนการติดตั้ง | 7,029 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-09-07 |
วันที่เผยแพร่ | 2015-09-07 |
คะแนน | 3.62/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Robin Drexler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Guests Modify Event Default", "version": "0.3", "icons": { "256": "\/img\/icons\/icon_256.png" }, "description": "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/www.google.com\/calendar\/*" ], "js": [ "\/js\/content_script.js" ] } ], "manifest_version": 2 } |