Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
Wat is Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing is een Chrome-extensie ontwikkeld door TELEPORTEL EUROPE N.V, en de belangrijkste functie is "Screensharing utility for Attendedbyhumans".
Extensie Screenshots
Download het CRX-bestand van de extensie Attendedbyhumans Screen sharing
Download Attendedbyhumans 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
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.
Basisinformatie over de Extensie
Naam | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
Officiële URL | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
Beschrijving | Screensharing utility for Attendedbyhumans |
Bestandsgrootte | 15.71 KB |
Aantal Installaties | 29 |
Huidige Versie | 4.0.0 |
Laatst Bijgewerkt | 2017-12-15 |
Publicatiedatum | 2017-12-14 |
Ontwikkelaar | TELEPORTEL EUROPE N.V |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.teleportel.com/user-agreement |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attendedbyhumans Screen sharing", "author": "Shamun Toha", "description": "Screensharing utility for Attendedbyhumans", "homepage_url": "https:\/\/www.attendedbyhumans.com\/", "version": "4.0.0", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.attendedbyhumans.com\/*", "*:\/\/*.teleportel.com\/*", "*:\/\/*.telepresencetech.com\/*" ] } ], "web_accessible_resources": [ "icon.png" ] } |