OnePgr Screen Sharing

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

Cos'è OnePgr Screen Sharing?

OnePgr Screen Sharing è un'estensione di Chrome sviluppata da onepgr inc, e la sua funzione principale è "This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OnePgr Screen Sharing

Scarica i file di estensione OnePgr Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OnePgr Screen Sharing OnePgr Screen Sharing
ID ibccpcmagpemipimmoiagoepolifidbd
URL Ufficiale https://chromewebstore.google.com/detail/onepgr-screen-sharing/ibccpcmagpemipimmoiagoepolifidbd
Descrizione This Chrome extension is developed for http://onepgr.com/. It doesn't do anything except capture content of your screen.
Dimensione del File 37.31 KB
Conteggio Installazioni 27
Versione Corrente 3.0
Ultimo Aggiornamento 2018-02-06
Data di Pubblicazione 2018-02-06
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore onepgr inc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onepgr.com/
URL della Pagina di Aiuto https://onepgr.com/help/index.html
URL della Pagina della Politica sulla Privacy https://onepgr.com/tou.html
Lingue Supportate 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"
    ]
}