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開發的Chrome擴展程式,該擴展的主要功能是“Easily create a Google Calendar event from any highlighted piece of text”。

擴展截圖

screenshot
screenshot
screenshot

下載Text to Google Calendar擴展crx文件

下載Text to Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        📅 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
官方網址 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"
            ]
        }
    ]
}