Text to Google Calendar

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

Text to Google Calendar क्या है?

Text to Google Calendar https://text-to-cal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily create a Google Calendar event from any highlighted piece of text"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Text to Google Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        📅 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! 🌟📆                    

एक्सटेंशन की मूल जानकारी

नाम Text to Google Calendar Text to Google Calendar
ID bhgecckohnfhidakkkfanjmoedlaoine
आधिकारिक URL https://chromewebstore.google.com/detail/text-to-google-calendar/bhgecckohnfhidakkkfanjmoedlaoine
विवरण Easily create a Google Calendar event from any highlighted piece of text
फ़ाइल का आकार 23.74 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.37
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-12-11
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर https://text-to-cal.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.text-to-cal.com/
गोपनीयता नीति पृष्ठ URL https://text-to-cal.com/terms-of-service
समर्थित भाषाएँ 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"
            ]
        }
    ]
}