Save to Google Calendar

Send selected date on webpage to Google Calendar

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

Save to Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naveen Alavilli และคุณลักษณะหลักของมันคือ "Send selected date on webpage to Google Calendar"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Save to Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save to Google Calendar Save to Google Calendar
ID jpoefccfjpcdglbnjfhomifadledaodm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm
คำอธิบาย Send selected date on webpage to Google Calendar
ขนาดไฟล์ 8.6 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-09-16
วันที่เผยแพร่ 2021-09-16
ผู้พัฒนา Naveen Alavilli
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Google Calendar",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Send selected date on webpage to Google Calendar",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ]
}