GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

Vad är GoToMeeting Redirect?

GoToMeeting Redirect är en Chrome-tillägg utvecklad av Saissaken, och dess huvudfunktion är "Redirects GoToMeeting meeting urls to the web client version".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GoToMeeting Redirect-förlängningens CRX-fil

Ladda ner GoToMeeting Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GoToMeeting Redirect GoToMeeting Redirect
ID mjdchcigpimjbnldeiiaakooipceanbo
Officiell webbadress https://chromewebstore.google.com/detail/gotomeeting-redirect/mjdchcigpimjbnldeiiaakooipceanbo
Beskrivning Redirects GoToMeeting meeting urls to the web client version
Filstorlek 166 KB
Antal Installationer 71,394
Aktuell Version 0.1
Senast Uppdaterad 2016-07-27
Publiceringsdatum 2016-07-27
Betyg 3.47/5 Totalt 15 Betyg
Utvecklare Saissaken
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}