Aerotime

Be effective, not busy!

Aerotime là gì?

Aerotime là một tiện ích mở rộng Chrome được phát triển bởi https://aerotime.com, và tính năng chính của nó là "Be effective, not busy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aerotime

Tải xuống các tệp mở rộng Aerotime 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

                        *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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aerotime Aerotime
ID pfkgkmoeeoljbjkbfhaoghdlpnkhlhke
URL Chính Thức https://chromewebstore.google.com/detail/aerotime/pfkgkmoeeoljbjkbfhaoghdlpnkhlhke
Mô tả Be effective, not busy!
Kích Thước Tệp 20.03 MB
Số Lần Cài Đặt 128
Phiên Bản Hiện Tại 2.0.20
Cập Nhật Lần Cuối 2022-08-21
Ngày Phát Hành 2020-09-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://aerotime.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aerotime.com
URL Trang Trợ Giúp https://help.aerotime.com
URL Trang Chính Sách Bảo Mật https://www.aerotime.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}