GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

GoToMeeting Redirect là gì?

GoToMeeting Redirect là một tiện ích mở rộng Chrome được phát triển bởi Saissaken, và tính năng chính của nó là "Redirects GoToMeeting meeting urls to the web client version".

Ả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 GoToMeeting Redirect

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

                        Forces GoToMeeting to use the web client, redirecting an url like this:

https://www.gotomeeting.com/join/123456789

To this:

https://app.gotomeeting.com/?meetingId=123456789                    

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

Tên GoToMeeting Redirect GoToMeeting Redirect
ID mjdchcigpimjbnldeiiaakooipceanbo
URL Chính Thức https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo
Mô tả Redirects GoToMeeting meeting urls to the web client version
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 71,394
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-07-27
Ngày Phát Hành 2016-07-27
Đánh Giá 3.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Saissaken
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",
    "author": "Saissaken",
    "description": "Redirects GoToMeeting meeting urls to the web client version",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "GoToMeeting Redirect"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "GoToMeeting Redirect",
    "permissions": [
        "webRequest",
        "*:\/\/gotomeeting.com\/*",
        "*:\/\/*.gotomeeting.com\/*",
        "webRequestBlocking"
    ]
}