Sandals Screen Recorder

tabs

What is Sandals Screen Recorder?

Sandals Screen Recorder is a Chrome extension developed by https://interactive.sandals.com, and its main feature is "tabs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sandals Screen Recorder Extension CRX File

Download Sandals Screen Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sandals Screen Recorder Sandals Screen Recorder
ID nmjgbfpkdjdlddigkkgikdfajdoelimg
Official URL https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg
Description tabs
File Size 7.59 KB
Installation Count 351
Current Version 10.1
Last Updated 2019-04-15
Publish Date 2019-04-15
Rating 3.50/5 Total 2 Ratings
Developer https://interactive.sandals.com
Payment Type free
Supported Languages 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"
    ]
}