TIM Screen Share
tim browser extension for screen sharing support
What is TIM Screen Share?
TIM Screen Share is a Chrome extension developed by TIM S.p.a., and its main feature is "tim browser extension for screen sharing support".
Extension Screenshots
Download TIM Screen Share Extension CRX File
Download TIM Screen Share 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
Screen sharing support for TIM conference
Extension Basic Information
Name | TIM Screen Share |
ID | alkdnpfnidjlhmcoikbolnbjjpalkhpb |
Official URL | https://chromewebstore.google.com/detail/tim-screen-share/alkdnpfnidjlhmcoikbolnbjjpalkhpb |
Description | tim browser extension for screen sharing support |
File Size | 6.44 KB |
Installation Count | 1,876 |
Current Version | 1.1 |
Last Updated | 2018-04-04 |
Publish Date | 2018-04-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TIM S.p.a. |
[email protected] | |
Payment Type | free |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TIM Screen Share", "short_name": "timShare", "author": "tim", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tim browser extension for screen sharing support", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |