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 là gì?
Google Calendar Guests Modify Event Default là một tiện ích mở rộng Chrome được phát triển bởi Robin Drexler, và tính năng chính của nó là "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.".
Ả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 Google Calendar Guests Modify Event Default
Tải xuống các tệp mở rộng Google Calendar Guests Modify Event Default 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Calendar Guests Modify Event Default |
ID | hjhicmeghjagaicbkmhmbbnibhbkcfdb |
URL Chính Thức | https://chromewebstore.google.com/detail/google-calendar-guests-mo/hjhicmeghjagaicbkmhmbbnibhbkcfdb |
Mô tả | Enables 'Guests can modify event' setting for google calendar by default, when creating a new event. |
Kích Thước Tệp | 66.23 KB |
Số Lần Cài Đặt | 7,029 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-09-07 |
Ngày Phát Hành | 2015-09-07 |
Đánh Giá | 3.62/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Robin Drexler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |