GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

O que é GoToMeeting Redirect?

GoToMeeting Redirect é uma extensão do Chrome desenvolvida por Saissaken, e sua principal característica é "Redirects GoToMeeting meeting urls to the web client version".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GoToMeeting Redirect

Baixe arquivos de extensão GoToMeeting Redirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GoToMeeting Redirect GoToMeeting Redirect
ID mjdchcigpimjbnldeiiaakooipceanbo
URL Oficial https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo
Descrição Redirects GoToMeeting meeting urls to the web client version
Tamanho do Arquivo 166 KB
Contagem de Instalações 71,394
Versão Atual 0.1
Última Atualização 2016-07-27
Data de Publicação 2016-07-27
Classificação 3.47/5 Total de 15 Avaliações
Desenvolvedor Saissaken
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}