Doxy.me Screen Sharing
Extension that captures content of your screen.
Cos'è Doxy.me Screen Sharing?
Doxy.me Screen Sharing è un'estensione di Chrome sviluppata da https://doxy.me, e la sua funzione principale è "Extension that captures content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doxy.me Screen Sharing
Scarica i file di estensione Doxy.me 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
                        A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hpohjmcciikpccgjfbjopmjcieefnaem | 
| URL Ufficiale | https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem | 
| Descrizione | Extension that captures content of your screen. | 
| Dimensione del File | 17.64 KB | 
| Conteggio Installazioni | 5,966 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2017-10-23 | 
| Data di Pubblicazione | 2017-10-23 | 
| Valutazione | 2.67/5 Totale 3 Valutazioni | 
| Sviluppatore | https://doxy.me | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://doxy.me | 
| URL della Pagina di Aiuto | https://help.doxy.me/video-tutorials/features/screenshare | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doxy.me Screen Sharing",
    "author": "Doxy.me LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension that captures content of your screen.",
    "homepage_url": "https:\/\/doxy.me",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.doxy.me\/*",
                "https:\/\/doxy.me\/*",
                "https:\/\/doxi.me\/*",
                "https:\/\/*.doxi.me\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |