WebinarJeo Screen Capturing
WebinarJeo Screen Capturing
What is WebinarJeo Screen Capturing?
WebinarJeo Screen Capturing is a Chrome extension developed by NOVP, and its main feature is "WebinarJeo Screen Capturing".
Extension Screenshots
Download WebinarJeo Screen Capturing Extension CRX File
Download WebinarJeo Screen Capturing 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
Extension Basic Information
Name | |
ID | licidpajjadijmemfimpmjebcbekjpgm |
Official URL | https://chrome.google.com/webstore/detail/webinarjeo-screen-capturi/licidpajjadijmemfimpmjebcbekjpgm |
Description | WebinarJeo Screen Capturing |
File Size | 11.13 KB |
Installation Count | 472 |
Current Version | 1.0 |
Last Updated | 2016-11-15 |
Publish Date | 2016-11-15 |
Rating | 5.00/5 Total 5 Ratings |
Developer | NOVP |
[email protected] | |
Payment Type | free |
Extension Website | http://webinarjeo.com/ |
Help Page URL | http://umo.zendesk.com/ |
Privacy Policy Page URL | https://vidthere.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJeo Screen Capturing", "author": "Webinar Jeo", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebinarJeo Screen Capturing", "homepage_url": "https:\/\/webinarjeo.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/webinarjeo.com\/*", "*:\/\/*.webinarjeo.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |