Sandals Screen Recorder

tabs

Wat is Sandals Screen Recorder?

Sandals Screen Recorder is een Chrome-extensie ontwikkeld door https://interactive.sandals.com, en de belangrijkste functie is "tabs".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sandals Screen Recorder

Download Sandals Screen Recorder-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

                        Recording Screen with audio Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared                    

Basisinformatie over de Extensie

Naam Sandals Screen Recorder Sandals Screen Recorder
ID nmjgbfpkdjdlddigkkgikdfajdoelimg
Officiële URL https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg
Beschrijving tabs
Bestandsgrootte 7.59 KB
Aantal Installaties 351
Huidige Versie 10.1
Laatst Bijgewerkt 2019-04-15
Publicatiedatum 2019-04-15
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://interactive.sandals.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sandals Screen Recorder",
    "author": "Grypp",
    "version": "10.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/interactive.sandals.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}