Aerotime
Be effective, not busy!
Aerotimeとは何ですか?
Aerotimeはhttps://aerotime.comによって開発されたChromeの拡張機能で、その主な機能は「Be effective, not busy!」です。
拡張機能のスクリーンショット
Aerotime拡張機能のCRXファイルをダウンロード
Aerotime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*Works only on Google Workspace* If you feel your calendar doesn't give you space to breathe and give time to work on your important goals, you need Aerotime. How does Aerotime do it? 1. Batches similar meetings together. This minimizes context switching and time lost between meetings. Handles all logistics around finding the perfect time between meeting attendees. 2. Finds and fixes ineffective meetings. Run anonymized feedback loops with attendees asking if this meeting was the best use of their time without revealing their identities. 3. Time blocks your tasks. Automatically find perfect spaces in your calendar for your tasks. 4. Snoozes distractions. Slack goes to sleep when you focus.
拡張機能の基本情報
名前 | Aerotime |
ID | pfkgkmoeeoljbjkbfhaoghdlpnkhlhke |
公式URL | https://chromewebstore.google.com/detail/aerotime/pfkgkmoeeoljbjkbfhaoghdlpnkhlhke |
説明 | Be effective, not busy! |
ファイルサイズ | 20.03 MB |
インストール数 | 128 |
現在のバージョン | 2.0.20 |
最終更新日 | 2022-08-21 |
公開日 | 2020-09-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://aerotime.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.aerotime.com |
ヘルプページのURL | https://help.aerotime.com |
プライバシーポリシーページのURL | https://www.aerotime.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aerotime", "version": "2.0.20", "manifest_version": 2, "description": "Be effective, not busy!", "permissions": [ "storage", "tabs" ], "optional_permissions": [ "https:\/\/*\/" ], "background": { "scripts": [ "\/static\/js\/background.js" ], "persistent": false }, "commands": [], "icons": { "16": "assets\/icons\/logo128.png", "32": "assets\/icons\/logo256.png", "48": "assets\/icons\/logo256.png", "128": "assets\/icons\/logo256.png" }, "browser_action": [], "content_scripts": [], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/css\/content_aeromeet.css", "\/static\/media\/*", "assets\/*" ], "externally_connectable": { "matches": [ "*:\/\/api.aerotime.ai\/*" ] }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |