HDVideoMeet Extension
HDVideoMeet Extension
Vad är HDVideoMeet Extension?
HDVideoMeet Extension är en Chrome-tillägg utvecklad av https://hdvideomeet.com, och dess huvudfunktion är "HDVideoMeet Extension".
Tilläggsskärmbilder
Ladda ner HDVideoMeet Extension-förlängningens CRX-fil
Ladda ner HDVideoMeet Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is the webRTC extension for screensharing support in the Hdvideomeet Grundläggande Information om Tillägg
| Namn | |
| ID | dopjclibjeddaebplpmimdedapdbljfi |
| Officiell webbadress | https://chromewebstore.google.com/detail/hdvideomeet-extension/dopjclibjeddaebplpmimdedapdbljfi |
| Beskrivning | HDVideoMeet Extension |
| Filstorlek | 8.86 KB |
| Antal Installationer | 220 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2019-05-22 |
| Publiceringsdatum | 2019-05-21 |
| Utvecklare | https://hdvideomeet.com |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HDVideoMeet Extension",
"description": "HDVideoMeet Extension",
"version": "0.0.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"desktopCapture"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*.hdvideomeet.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.hdvideomeet.com\/*"
]
}
} | |