OnePgr Screen Sharing

This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.

Qu'est-ce que OnePgr Screen Sharing ?

OnePgr Screen Sharing est une extension Chrome développée par onepgr inc, et sa fonction principale est "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OnePgr Screen Sharing

Téléchargez les fichiers d'extension OnePgr Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OnePgr Screen Sharing OnePgr Screen Sharing
ID ibccpcmagpemipimmoiagoepolifidbd
URL Officiel https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd
Description This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
Taille du Fichier 37.31 KB
Nombre d'Installations 27
Version Actuelle 3.0
Dernière Mise à Jour 2018-02-06
Date de Publication 2018-02-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur onepgr inc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://onepgr.com/
URL de la Page d'Aide https://onepgr.com/help/index.html
URL de la Page de Politique de Confidentialité https://onepgr.com/tou.html
Langues Prises en Charge 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"
    ]
}