Doxy.me Screen Sharing

Extension that captures content of your screen.

Wat is Doxy.me Screen Sharing?

Doxy.me Screen Sharing is een Chrome-extensie ontwikkeld door https://doxy.me, en de belangrijkste functie is "Extension that captures content of your screen.".

Extensie Screenshots

Download het CRX-bestand van de extensie Doxy.me Screen Sharing

Download Doxy.me Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.                    

Basisinformatie over de Extensie

Naam Doxy.me Screen Sharing Doxy.me Screen Sharing
ID hpohjmcciikpccgjfbjopmjcieefnaem
Officiële URL https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem
Beschrijving Extension that captures content of your screen.
Bestandsgrootte 17.64 KB
Aantal Installaties 5,966
Huidige Versie 1.0
Laatst Bijgewerkt 2017-10-23
Publicatiedatum 2017-10-23
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://doxy.me
Betalingswijze free
Extensiewebsite https://doxy.me
Help Pagina-URL https://help.doxy.me/video-tutorials/features/screenshare
Ondersteunde Talen 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"
    ]
}