Jigsaw Desktop Sharing

This browser extension enables Desktop Sharing for Jigsaw!

Wat is Jigsaw Desktop Sharing?

Jigsaw Desktop Sharing is een Chrome-extensie ontwikkeld door https://jigsawinteractive.com, en de belangrijkste functie is "This browser extension enables Desktop Sharing for Jigsaw!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jigsaw Desktop Sharing

Download Jigsaw Desktop 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

                        This browser extension enables Desktop Sharing for Jigsaw!                    

Basisinformatie over de Extensie

Naam Jigsaw Desktop Sharing Jigsaw Desktop Sharing
ID ckimfaldljgllanlgaannjcfgejmdedd
Officiële URL https://chromewebstore.google.com/detail/jigsaw-desktop-sharing/ckimfaldljgllanlgaannjcfgejmdedd
Beschrijving This browser extension enables Desktop Sharing for Jigsaw!
Bestandsgrootte 28.16 KB
Aantal Installaties 27
Huidige Versie 2.1.4
Laatst Bijgewerkt 2019-03-29
Publicatiedatum 2019-03-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://jigsawinteractive.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jigsawinteractive.com
URL van de Privacybeleid Pagina http://jigsawinteractive.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jigsaw Desktop Sharing",
    "short_name": "JDS",
    "author": "JigsawInteractive",
    "version": "2.1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This browser extension enables Desktop Sharing for Jigsaw!",
    "homepage_url": "https:\/\/jigsawinteractive.com\/",
    "permissions": [
        "desktopCapture",
        "windows",
        "nativeMessaging"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.jigsawinteractive.com\/*",
                "http:\/\/127.0.0.1:4200\/*"
            ]
        }
    ]
}