WebConfig Screen Capturing
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Cos'è WebConfig Screen Capturing?
WebConfig Screen Capturing è un'estensione di Chrome sviluppata da https://webconf.splus-software.com.vn, e la sua funzione principale è "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".
Scarica il file CRX dell'estensione WebConfig Screen Capturing
Scarica i file di estensione WebConfig Screen Capturing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Share Screen For WebConfig. Informazioni di Base sull'Estensione
| Nome | |
| ID | bbfgdoggiccfkcbhoidgobjnikeljahk |
| URL Ufficiale | https://chrome.google.com/webstore/detail/bbfgdoggiccfkcbhoidgobjnikeljahk |
| Descrizione | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| Dimensione del File | 14.87 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 4.1 |
| Ultimo Aggiornamento | 2018-05-08 |
| Data di Pubblicazione | 2018-05-08 |
| Sviluppatore | https://webconf.splus-software.com.vn |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://webconf.splus-software.com.vn |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebConfig Screen Capturing",
"author": "Splus",
"version": "4.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/webconf.splus-software.com.vn\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/webconf.splus-software.com.vn\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |