Wildix Collaboration

Add quick access to Wildix Collaboration, requires a Wildix UC System to be used, more info at http://www.wildix.com

Wildix Collaborationคืออะไร?

Wildix Collaboration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wildixin.com และคุณลักษณะหลักของมันคือ "Add quick access to Wildix Collaboration, requires a Wildix UC System to be used, more info at http://www.wildix.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wildix Collaboration

ดาวน์โหลดไฟล์ส่วนขยาย Wildix Collaboration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides quick access to Wildix Collaboration to Wildix PBX users.

Important: you must be a user of Wildix PBX to use this extension!

Wildix Collaboration is a web-based tool that enables simple, instant and secure communication between users.

Wildix Collaboration features:
- presence information
- geolocation
- call, video call
- chat
- conference
- shared phonebooks
- history of events
- virtual memos, call me back
- fax, SMS                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wildix Collaboration Wildix Collaboration
ID lobgohpoobpijgfegnlhdnppegdbomkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wildix-collaboration/lobgohpoobpijgfegnlhdnppegdbomkn
คำอธิบาย Add quick access to Wildix Collaboration, requires a Wildix UC System to be used, more info at http://www.wildix.com
ขนาดไฟล์ 52.44 KB
จำนวนการติดตั้ง 174,874
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2022-10-14
วันที่เผยแพร่ 2020-06-23
คะแนน 4.52/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://wildixin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.wildix.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0.3",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon\/16.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon\/19-offline.png",
            "38": "images\/icon\/48-offline.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "management",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/cticonnect*",
                "*:\/\/*\/collaboration*"
            ],
            "js": [
                "js\/contentScriptCti.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/cticonnect*",
                "*:\/\/*\/collaboration*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wildixin.com\/*"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo\/tiNdalJvFkONisvSunQZZfL4EJ5EH9nP1X5IJW\/1Kr2VzGMqIlX2Zr6u9255lKiMwiyUxsT0zFCWvhYnsssXpJlqeE1nal8X8NP\/dpmKsITFTBqgSA58tF5HZBNCBIgyx0bo7pUN1F9k2Mjb0bbHHf6yvLIcmK\/dfafv+WXZCO9sCR1\/C7hZDP8m+OxLSjAOI\/33IahiyRQoHPIT9uOZVQwoCVugHLx0UdxKufudDYr+jLVC0xB9Kdt8iHzA2JfRfWvxPDrZDfkZqQ+4Zlrjldh1gwo5MLDxDj8NhkpfddHDGT\/CkuK3sbMdIyYCOaWphG6a3mXV3lJqS3NYOGtwIDAQAB"
}