OnePgr Screen Sharing
This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
¿Qué es OnePgr Screen Sharing?
OnePgr Screen Sharing es una extensión de Chrome desarrollada por onepgr inc, y su función principal es "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OnePgr Screen Sharing
Descarga archivos de extensión OnePgr Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
With this Chrome Extension, you can: > Share your entire screen or specific application windows > Record your screen, download the recording, or share the recording URL for review See video: https://www.youtube.com/watch?v=MnkYMgoDCYM) > Record Video Message and upload to Youtube, share the recording URL, or download the recording See video: https://www.youtube.com/watch?v=hzUGfoEvcok Watch how OnePgr can help you manage your documents, projects as well as hold audio/video calls with screen sharing. You can present your solution deck, visually co-draw concepts or show a live demo. We help you and your clients focus on your message without having to worry about technology. OnePgr screen sharing lets you share your desktop with attendees without any downloads. Move your business forward in real-time.
Información Básica de la Extensión
Nombre | OnePgr Screen Sharing |
ID | ibccpcmagpemipimmoiagoepolifidbd |
URL Oficial | https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd |
Descripción | This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen. |
Tamaño del Archivo | 37.31 KB |
Cantidad de Instalaciones | 27 |
Versión Actual | 3.0 |
Última Actualización | 2018-02-06 |
Fecha de Publicación | 2018-02-06 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | onepgr inc |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://onepgr.com/ |
URL de la Página de Ayuda | https://onepgr.com/help/index.html |
URL de la Página de Política de Privacidad | https://onepgr.com/tou.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OnePgr Screen Sharing", "author": "OnePgr, Inc.", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for http:\/\/onepgr.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/app.onepgr.com", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/pgr.pagekite.me\/*", "https:\/\/app.onepgr.com\/*", "https:\/\/staging.onepgr.com\/*", "https:\/\/onepgr.com\/", "https:\/\/*.google.com\/" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |