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是由Robin Drexler开发的Chrome扩展程序,该扩展的主要功能是“Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.”。
扩展截图
下载Google Calendar Guests Modify Event Default扩展crx文件
下载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
} | |