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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}