Aerotime

Be effective, not busy!

Aerotimeคืออะไร?

Aerotime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aerotime.com และคุณลักษณะหลักของมันคือ "Be effective, not busy!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aerotime

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}