Phone.com Screen Sharing
The extension allows you to share your screen.
Wat is Phone.com Screen Sharing?
Phone.com Screen Sharing is een Chrome-extensie ontwikkeld door https://video.phone.com, en de belangrijkste functie is "The extension allows you to share your screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Phone.com Screen Sharing
Download Phone.com Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Installing the extension is required so you can share your screen. Basisinformatie over de Extensie
| Naam | |
| ID | blhhkfbffffbgablmhdchnmgcdejggon |
| Officiële URL | https://chromewebstore.google.com/detail/phonecom-screen-sharing/blhhkfbffffbgablmhdchnmgcdejggon |
| Beschrijving | The extension allows you to share your screen. |
| Bestandsgrootte | 64.34 KB |
| Aantal Installaties | 295 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-09-21 |
| Publicatiedatum | 2018-09-21 |
| Ontwikkelaar | https://video.phone.com |
| Betalingswijze | free |
| Extensiewebsite | https://video.phone.com/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"name": "Phone.com Screen Sharing",
"author": "Phone.com Inc.",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.2",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "The extension allows you to share your screen.",
"homepage_url": "https:\/\/meet.phone.com",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"matches": [
"https:\/\/*.phone.com\/*"
]
}
],
"icons": {
"16": "phone-logo16.png",
"48": "phone-logo48.png",
"128": "phone-logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |