Aerotime

Be effective, not busy!

Aerotime क्या है?

Aerotime https://aerotime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be effective, not busy!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aerotime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}