GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

GoToMeeting Redirectとは何ですか?

GoToMeeting RedirectはSaissakenによって開発されたChromeの拡張機能で、その主な機能は「Redirects GoToMeeting meeting urls to the web client version」です。

拡張機能のスクリーンショット

screenshot
screenshot

GoToMeeting Redirect拡張機能のCRXファイルをダウンロード

GoToMeeting Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GoToMeeting Redirect GoToMeeting Redirect
ID mjdchcigpimjbnldeiiaakooipceanbo
公式URL https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo
説明 Redirects GoToMeeting meeting urls to the web client version
ファイルサイズ 166 KB
インストール数 71,394
現在のバージョン 0.1
最終更新日 2016-07-27
公開日 2016-07-27
評価 3.47/5 合計 15 レビュー
開発者 Saissaken
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}