Text to Google Calendar

Easily create a Google Calendar event from any highlighted piece of text

¿Qué es Text to Google Calendar?

Text to Google Calendar es una extensión de Chrome desarrollada por https://text-to-cal.com, y su función principal es "Easily create a Google Calendar event from any highlighted piece of text".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Text to Google Calendar

Descarga archivos de extensión Text to Google Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        📅 Transform Text into Google Calendar Events Instantly! 🚀

😡 Fed up with the hassle of manual event creation? 

'Text to Google Calendar' 🌟 is here to revolutionize your scheduling! This Chrome extension turns highlighted text into Google Calendar events in a single click - whether it's from an email or a webpage. No more copying and pasting. Just highlight the text, and you're all set with a pre-filled, error-free event on your Google Calendar. 📝🗓️

💡 Why 'Text to Calendar'?

⏱️ Create calendar events fast by highlighting text and making one click
🧹 Create multiple calendar events at once and recurring calendar events!
🔑 Auto-populate important information like timezones, locations, and event details
🔗 Save time, headache, and avoid manual entry errors

👀 Ready to Revolutionize Your Calendar Management?
Add 'Text to Calendar' to Chrome now and experience the future of scheduling! 🌟📆                    

Información Básica de la Extensión

Nombre Text to Google Calendar Text to Google Calendar
ID bhgecckohnfhidakkkfanjmoedlaoine
URL Oficial https://chromewebstore.google.com/detail/text-to-google-calendar/bhgecckohnfhidakkkfanjmoedlaoine
Descripción Easily create a Google Calendar event from any highlighted piece of text
Tamaño del Archivo 23.74 KB
Cantidad de Instalaciones 121
Versión Actual 1.37
Última Actualización 2024-03-04
Fecha de Publicación 2023-12-11
Calificación 4.50/5 Total de 6 Calificaciones
Desarrollador https://text-to-cal.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.text-to-cal.com/
URL de la Página de Política de Privacidad https://text-to-cal.com/terms-of-service
Idiomas Soportados id,de,en,fr,vi,tr,es,it,pt-BR,ru,hi,bn,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.37",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "spinner.css"
            ]
        }
    ]
}