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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}