Sandals Screen Recorder

tabs

Sandals Screen Recorderとは何ですか?

Sandals Screen Recorderはhttps://interactive.sandals.comによって開発されたChromeの拡張機能で、その主な機能は「tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sandals Screen Recorder拡張機能のCRXファイルをダウンロード

Sandals Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Sandals Screen Recorder Sandals Screen Recorder
ID nmjgbfpkdjdlddigkkgikdfajdoelimg
公式URL https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg
説明 tabs
ファイルサイズ 7.59 KB
インストール数 351
現在のバージョン 10.1
最終更新日 2019-04-15
公開日 2019-04-15
評価 3.50/5 合計 2 レビュー
開発者 https://interactive.sandals.com
支払い方法 free
対応言語 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"
    ]
}