Save to Google Calendar

Send selected date on webpage to Google Calendar

Save to Google Calendar là gì?

Save to Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi Naveen Alavilli, và tính năng chính của nó là "Send selected date on webpage to Google Calendar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to Google Calendar

Tải xuống các tệp mở rộng Save to Google Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to Google Calendar Save to Google Calendar
ID jpoefccfjpcdglbnjfhomifadledaodm
URL Chính Thức https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm
Mô tả Send selected date on webpage to Google Calendar
Kích Thước Tệp 8.6 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-16
Ngày Phát Hành 2021-09-16
Nhà Phát Triển Naveen Alavilli
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}