BeLive Desktop
BeLive.tv Desktop Extension
Vad är BeLive Desktop?
BeLive Desktop är en Chrome-tillägg utvecklad av https://belive.tv, och dess huvudfunktion är "BeLive.tv Desktop Extension".
Tilläggsskärmbilder
Ladda ner BeLive Desktop-förlängningens CRX-fil
Ladda ner BeLive Desktop-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
BeLive.tv is a web-based platform for engaging your audience on live networks.
This extension enables the Screen Sharing functionality for BeLive.tv users, and has no function outside of that. Grundläggande Information om Tillägg
| Namn | |
| ID | jcgoegpgdgklohplpnopagfbipaaddcl |
| Officiell webbadress | https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl |
| Beskrivning | BeLive.tv Desktop Extension |
| Filstorlek | 11.37 KB |
| Antal Installationer | 30,000 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2020-01-07 |
| Publiceringsdatum | 2020-01-07 |
| Betyg | 3.79/5 Totalt 14 Betyg |
| Utvecklare | https://belive.tv |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://belive.tv |
| Hjälpsida URL | https://help.belive.tv |
| Stödda Språk | en |
| manifest.json | |
{
"author": "BeLive Studios LTD",
"name": "BeLive Desktop",
"description": "BeLive.tv Desktop Extension",
"homepage_url": "https:\/\/belive.tv\/",
"icons": {
"48": "icon.png"
},
"background": {
"persistent": false,
"scripts": [
"background-script.js",
"background-v2-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"https:\/\/belive.tv\/*",
"https:\/\/*.belive.tv\/*"
],
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"https:\/\/belive.tv\/*",
"https:\/\/*.belive.tv\/*"
]
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture",
"system.cpu",
"system.memory",
"https:\/\/belive.tv\/*",
"https:\/\/*.belive.tv\/"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"icon.png"
],
"version": "1.2.1"
} | |