Text to Google Calendar

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

Text to Google Calendarคืออะไร?

Text to Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://text-to-cal.com และคุณลักษณะหลักของมันคือ "Easily create a Google Calendar event from any highlighted piece of text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Google Calendar

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}