Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
Was ist Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing ist eine Chrome-Erweiterung, die von TELEPORTEL EUROPE N.V entwickelt wurde, und ihr Hauptmerkmal ist "Screensharing utility for Attendedbyhumans".
Erweiterungsscreenshots
Attendedbyhumans Screen sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Attendedbyhumans Screen sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
Offizielle URL | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
Beschreibung | Screensharing utility for Attendedbyhumans |
Dateigröße | 15.71 KB |
Installationsanzahl | 29 |
Aktuelle Version | 4.0.0 |
Letztes Update | 2017-12-15 |
Veröffentlichungsdatum | 2017-12-14 |
Entwickler | TELEPORTEL EUROPE N.V |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.teleportel.com/user-agreement |
Unterstützte Sprachen | 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" ] } |