Compartir pantalla NW-Alcatel Rainbow
NW-Rainbow HD Sharing (screens and applications)
什麼是Compartir pantalla NW-Alcatel Rainbow?
Compartir pantalla NW-Alcatel Rainbow是由https://www.gruponw.com開發的Chrome擴展程式,該擴展的主要功能是“NW-Rainbow HD Sharing (screens and applications)”。
擴展截圖
下載Compartir pantalla NW-Alcatel Rainbow擴展crx文件
下載Compartir pantalla NW-Alcatel Rainbow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extensión para compartir pantalla usando la unión tecnológica de Alcatel Lucent Enterprise y NW Group. 擴展基本資訊
| 名稱 | |
| ID | giejofdcpipnomkhifajkboommcojmok |
| 官方網址 | https://chromewebstore.google.com/detail/compartir-pantalla-nw-alc/giejofdcpipnomkhifajkboommcojmok |
| 簡介 | NW-Rainbow HD Sharing (screens and applications) |
| 檔案大小 | 45.19 KB |
| 安裝次數 | 51 |
| 目前版本 | 2.0 |
| 更新時間 | 2019-10-29 |
| 上架時間 | 2019-10-29 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://www.gruponw.com |
| 付費類型 | free |
| 支援的語言 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Compartir pantalla NW-Alcatel Rainbow",
"description": "NW-Rainbow HD Sharing (screens and applications)",
"version": "2.0",
"author": "andresf",
"browser_action": {
"default_icon": "GrupoNWslogan blanco.png"
},
"icons": {
"16": "GrupoNWslogan blanco.png",
"48": "GrupoNWslogan blanco.png",
"128": "GrupoNWslogan blanco.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"desktopCapture",
"https:\/\/nwchat.loc\/ale\/main\/user\/*",
"https:\/\/nwchat.loc\/ale\/main\/agent\/*",
"https:\/\/ccb_ases.loc\/ale\/main\/agent\/*",
"https:\/\/ccb_ases.loc\/ale\/main\/user\/*",
"https:\/\/ccb.gruponw.com\/ale\/main\/agent\/*",
"https:\/\/ccb.gruponw.com\/ale\/main\/user\/*",
"https:\/\/ccb.gruponw.com\/ale\/main\/agent\/index.html*",
"https:\/\/ccb.gruponw.com\/ale\/main\/user\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/agent\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/user\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/app\/nwchat\/initVideoCall.php*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/agent\/*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/user\/*",
"https:\/\/192.168.1.41\/ale\/main\/agent\/*",
"https:\/\/192.168.1.41\/ale\/main\/user\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/192.168.1.41\/ale\/main\/agent\/*",
"https:\/\/192.168.1.41\/ale\/main\/user\/*",
"https:\/\/nwchat.loc\/ale\/main\/agent\/*",
"https:\/\/nwchat.loc\/ale\/main\/user\/*",
"https:\/\/ccb_ases.loc\/ale\/main\/agent\/*",
"https:\/\/ccb_ases.loc\/ale\/main\/agent\/index.html*",
"https:\/\/ccb_ases.loc\/ale\/main\/user\/*",
"https:\/\/ccb_ases.loc\/ale\/main\/user\/index.html*",
"https:\/\/ccb.gruponw.com\/ale\/main\/agent\/*",
"https:\/\/ccb.gruponw.com\/ale\/main\/user\/*",
"https:\/\/ccb.gruponw.com\/ale\/main\/agent\/index.html*",
"https:\/\/ccb.gruponw.com\/ale\/main\/user\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/agent\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/agent\/*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/user\/index.html*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/ale\/main\/user\/*",
"https:\/\/asesoriasvirtuales.ccb.org.co\/app\/nwchat\/initVideoCall.php*"
]
},
"web_accessible_resources": [
"rainbow_128.png"
]
} | |