Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
What is Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing is a Chrome extension developed by TELEPORTEL EUROPE N.V, and its main feature is "Screensharing utility for Attendedbyhumans".
Extension Screenshots
Download Attendedbyhumans Screen sharing Extension CRX File
Download Attendedbyhumans Screen sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Attendedbyhumans Screen sharing |
ID | hkndidoemjacpfbaajpanoopddldlhaj |
Official URL | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
Description | Screensharing utility for Attendedbyhumans |
File Size | 15.71 KB |
Installation Count | 29 |
Current Version | 4.0.0 |
Last Updated | 2017-12-15 |
Publish Date | 2017-12-14 |
Developer | TELEPORTEL EUROPE N.V |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.teleportel.com/user-agreement |
Supported Languages | 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" ] } |