StartMeeting.com Scheduler

Schedule Meetings with StartMeeting.com

StartMeeting.com Scheduler là gì?

StartMeeting.com Scheduler là một tiện ích mở rộng Chrome được phát triển bởi https://startmeeting.com, và tính năng chính của nó là "Schedule Meetings with StartMeeting.com".

Ả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 StartMeeting.com Scheduler

Tải xuống các tệp mở rộng StartMeeting.com Scheduler 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

                        The StartMeeting® extension for Google Calendar™ is designed to easily schedule a StartMeeting meeting by creating an event, then clicking Add and Save. You are able to join the meeting or host one from the Google Calendar event by clicking Join or Host.                    

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

Tên StartMeeting.com Scheduler StartMeeting.com Scheduler
ID nnedppabchbjaplcbjpbkcjhpmfdhpin
URL Chính Thức https://chromewebstore.google.com/detail/startmeetingcom-scheduler/nnedppabchbjaplcbjpbkcjhpmfdhpin
Mô tả Schedule Meetings with StartMeeting.com
Kích Thước Tệp 64.09 KB
Số Lần Cài Đặt 11,411
Phiên Bản Hiện Tại 0.0.6.0
Cập Nhật Lần Cuối 2020-11-03
Ngày Phát Hành 2019-11-12
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://startmeeting.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://startmeeting.com/
URL Trang Trợ Giúp http://startmeeting.com/faq
URL Trang Chính Sách Bảo Mật https://www.freeconferencecall.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.6.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "29",
    "permissions": [
        "storage",
        "identity",
        "*:\/\/*.startmeeting.com\/*"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery\/jquery.min.js",
            "js\/config.js",
            "js\/background_oauth.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "dock_icon_16x16_active.png",
        "48": "dock_icon_48x48_active.png",
        "128": "dock_icon_128x128_active.png"
    },
    "page_action": {
        "default_icon": {
            "16": "dock_icon_16x16.png",
            "48": "dock_icon_48x48.png",
            "128": "dock_icon_128x128.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "js\/config.js",
                "js\/general_api_calls.js",
                "js\/event_tools.js",
                "js\/subscription_tools.js",
                "js\/calendar.js"
            ],
            "css": [
                "css\/general.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "resources\/images\/*.png"
    ]
}