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
公式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
Eメール [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"
            ]
        }
    ]
}