GoToMeeting Redirect

Redirects GoToMeeting meeting urls to the web client version

ما هو GoToMeeting Redirect؟

GoToMeeting Redirect هو إضافة Chrome تم تطويرها بواسطة Saissaken، والميزة الرئيسية لها هي "Redirects GoToMeeting meeting urls to the web client version".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة GoToMeeting Redirect

قم بتنزيل ملفات الامتداد GoToMeeting Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    ]
}