GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

What is GoToMeeting Redirect?

GoToMeeting Redirect is a Chrome extension developed by Saissaken, and its main feature is "Redirects GoToMeeting meeting urls to the web client version".

Extension Screenshots

screenshot
screenshot

Download GoToMeeting Redirect Extension CRX File

Download GoToMeeting Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GoToMeeting Redirect GoToMeeting Redirect
ID mjdchcigpimjbnldeiiaakooipceanbo
Official URL https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo
Description Redirects GoToMeeting meeting urls to the web client version
File Size 166 KB
Installation Count 71,394
Current Version 0.1
Last Updated 2016-07-27
Publish Date 2016-07-27
Rating 3.47/5 Total 15 Ratings
Developer Saissaken
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}