Quick View for Google Calendar

View your Google Calendar events with the click of a button

Quick View for Google Calendar là gì?

Quick View for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi Devia Creations, và tính năng chính của nó là "View your Google Calendar events with the click of a button".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Quick View for 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

                        With Quick View, you can see all your upcoming events, join video conferences, and see a countdown to your next event without even opening Google Calendar!                    

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

Tên Quick View for Google Calendar Quick View for Google Calendar
ID jjmfhjhfkipdojpiohplpfoliolcemlp
URL Chính Thức https://chromewebstore.google.com/detail/quick-view-for-google-cal/jjmfhjhfkipdojpiohplpfoliolcemlp
Mô tả View your Google Calendar events with the click of a button
Kích Thước Tệp 97.88 KB
Số Lần Cài Đặt 2,205
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2021-02-17
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Devia Creations
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": "Quick View for Google Calendar",
    "author": "Devia Creations",
    "version": "1.0.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQ7H28YBtbb3L8g+WwEgFS3GjhlE5S0KuzT045MpSzba\/Yw5PagTmveZSsla4KGpl5Mlmcb47YegJli2S4AhHVakQG48YAyIk4pp2T2EL6eh\/esxzxXHy+6+gHD9DRfe+rHDuLSVwOXA2030ZJ3GXhqZF74b5SX9UwhnAWVsxGNtPkUJsulmbtuxEOeGYFqEdHeB4KsYWfWM0lHXhWiajZf9H2R0e9QT0FDvkKw541J0gHqzgqWHtqpR5iWdv5Q8DbyF60DB3N0Ig7+5cZpJFt83P3KwTS6MQ2oaEboSHdAwB4iNhgYVuz3mPKkIkA04FC78crV1do8z26UMYr3gZQIDAQAB",
    "description": "View your Google Calendar events with the click of a button",
    "manifest_version": 2,
    "icons": {
        "16": "extensionIcon16.png",
        "32": "extensionIcon32.png",
        "48": "extensionIcon48.png",
        "64": "extensionIcon64.png",
        "128": "extensionIcon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "identity",
        "alarms",
        "storage"
    ],
    "browser_action": {
        "default_title": "Quick View",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "extensionIcon16.png",
            "32": "extensionIcon32.png",
            "48": "extensionIcon48.png",
            "64": "extensionIcon64.png",
            "128": "extensionIcon128.png"
        }
    },
    "oauth2": {
        "client_id": "611237459898-uaf72b0bt9fuma1v002g27v90160btvo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    }
}