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 |
| Eメール | [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
} | |