IPVideoTalk for Google Calendar

IPVideoTalk for Google Calendar.

IPVideoTalk for Google Calendar là gì?

IPVideoTalk for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://meetings.ipvideotalk.com, và tính năng chính của nó là "IPVideoTalk for Google Calendar.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Schedule IPVideoTalk meetings directly from Google Calendar                    

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

Tên IPVideoTalk for Google Calendar IPVideoTalk for Google Calendar
ID mbjkajgacpjhlpgjdohdkhdmkkbiljkc
URL Chính Thức https://chromewebstore.google.com/detail/ipvideotalk-for-google-ca/mbjkajgacpjhlpgjdohdkhdmkkbiljkc
Mô tả IPVideoTalk for Google Calendar.
Kích Thước Tệp 875 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2020-06-29
Ngày Phát Hành 2020-06-29
Nhà Phát Triển https://meetings.ipvideotalk.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.ipvideotalk.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "IPVideoTalk for Google Calendar",
    "author": "[email protected]",
    "version": "1.0.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "IPVideoTalk for Google Calendar. ",
    "homepage_url": "https:\/\/www.ipvideotalk.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/plugin_icon48.png",
        "default_popup": "popup.html",
        "default_title": "IPVideoTalk for Google Calendar"
    },
    "content_scripts": [
        {
            "css": [
                "css\/base.css",
                "css\/meeting_plugin_login.css"
            ],
            "js": [
                "js\/common\/jquery-1.11.1.min.js",
                "js\/common\/moment-with-locales.min.js",
                "js\/common\/moment-timezone-with-data.min.js",
                "js\/common\/md5.js",
                "js\/common\/jquery.validate.js",
                "js\/common\/jquery.form.js",
                "js\/common\/observer.js",
                "js\/config.js",
                "js\/common\/validate-common.js",
                "js\/common\/en.js",
                "js\/common\/common.js",
                "js\/common_api.js",
                "js\/meeting_plugin_login.js",
                "js\/view.js",
                "js\/common_view.js",
                "js\/main.js",
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "images\/plugin_icon48.png",
        "64": "images\/plugin_icon64.png",
        "256": "images\/plugin_icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "tabs",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*.png",
        "html\/*.html",
        "css\/*.woff",
        "images\/*.gif"
    ]
}