GOTSUGO
Googleカレンダーから、自動で空いている時間帯だけをテキストで書き出します。Googleカレンダーを開くと右下にGOTSUGOのボタンが現れます。
What is GOTSUGO?
GOTSUGO is a Chrome extension developed by team.dokosore, and its main feature is "Googleカレンダーから、自動で空いている時間帯だけをテキストで書き出します。Googleカレンダーを開くと右下にGOTSUGOのボタンが現れます。".
Extension Screenshots
Download GOTSUGO Extension CRX File
Download GOTSUGO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Googleカレンダーから、自動で空いている時間帯だけをテキストで書き出します。 GOTSUGOは、日々のメール業務における、日程調整をもっと簡単にするための拡張機能です。 GOTSUGOはGoogleカレンダー上でのみ使用可能ですが、カレンダーの情報を全くサーバーへ送らないため、カレンダーの情報が外部に漏れることはありません。 業務上での使用を想定しています。 何か困ったことがございましたら、株式会社DOKOSOREまでお問い合わせください。
Extension Basic Information
Name | GOTSUGO |
ID | chkfpbeliinnfbkjcmicaoooopkhnpcc |
Official URL | https://chromewebstore.google.com/detail/gotsugo/chkfpbeliinnfbkjcmicaoooopkhnpcc |
Description | Googleカレンダーから、自動で空いている時間帯だけをテキストで書き出します。Googleカレンダーを開くと右下にGOTSUGOのボタンが現れます。 |
File Size | 271 KB |
Installation Count | 1,000 |
Current Version | 3.1 |
Last Updated | 2023-08-19 |
Publish Date | 2021-03-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | team.dokosore |
[email protected] | |
Payment Type | free |
Extension Website | https://dokosore.com |
Help Page URL | https://dokosore.com |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOTSUGO", "manifest_version": 3, "description": "Google\u30ab\u30ec\u30f3\u30c0\u30fc\u304b\u3089\u3001\u81ea\u52d5\u3067\u7a7a\u3044\u3066\u3044\u308b\u6642\u9593\u5e2f\u3060\u3051\u3092\u30c6\u30ad\u30b9\u30c8\u3067\u66f8\u304d\u51fa\u3057\u307e\u3059\u3002Google\u30ab\u30ec\u30f3\u30c0\u30fc\u3092\u958b\u304f\u3068\u53f3\u4e0b\u306bGOTSUGO\u306e\u30dc\u30bf\u30f3\u304c\u73fe\u308c\u307e\u3059\u3002", "version": "3.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "GOTSUGO", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*\/*" ], "css": [ "content_scripts.css" ], "js": [ "jquery-3.5.1.min.js", "content_scripts.js" ] } ], "homepage_url": "https:\/\/dokosore.com", "permissions": [] } |