Aerotime

Be effective, not busy!

Aerotime란 무엇입니까?

Aerotime은(는) https://aerotime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be effective, not busy!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Aerotime 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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 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
이메일 [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'"
}