Aerotime

Be effective, not busy!

Qu'est-ce que Aerotime ?

Aerotime est une extension Chrome développée par https://aerotime.com, et sa fonction principale est "Be effective, not busy!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aerotime

Téléchargez les fichiers d'extension Aerotime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Aerotime Aerotime
ID pfkgkmoeeoljbjkbfhaoghdlpnkhlhke
URL Officiel https://chromewebstore.google.com/detail/aerotime/pfkgkmoeeoljbjkbfhaoghdlpnkhlhke
Description Be effective, not busy!
Taille du Fichier 20.03 MB
Nombre d'Installations 128
Version Actuelle 2.0.20
Dernière Mise à Jour 2022-08-21
Date de Publication 2020-09-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://aerotime.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.aerotime.com
URL de la Page d'Aide https://help.aerotime.com
URL de la Page de Politique de Confidentialité https://www.aerotime.com/privacy-policy
Langues Prises en Charge 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'"
}