ScreenCloud Dashboard Recorder

Record your dashboards for playback on your ScreenCloud Player

ScreenCloud Dashboard Recorder란 무엇입니까?

ScreenCloud Dashboard Recorder은(는) ScreenCloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your dashboards for playback on your ScreenCloud Player"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ScreenCloud Dashboard Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ScreenCloud's Dashboard recorder allows you to point and click your way through your favourite sites and dashboards, recording the steps you take for later playback.   Once saved, share your sites or dashboards securely with your customers, employees or colleagues by displaying them on your digital signage or embedded channels.                    

확장 프로그램 기본 정보

이름 ScreenCloud Dashboard Recorder ScreenCloud Dashboard Recorder
ID bcflkppbpplpfdjiklnkjejiefmcdjbf
공식 URL https://chromewebstore.google.com/detail/screencloud-dashboard-rec/bcflkppbpplpfdjiklnkjejiefmcdjbf
설명 Record your dashboards for playback on your ScreenCloud Player
파일 크기 1.68 MB
설치 횟수 1,508
현재 버전 1.13.9
최근 업데이트 2023-05-30
출시 날짜 2020-11-20
평점 5.00/5 총 2 개의 평점
개발자 ScreenCloud
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.screencloud.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ScreenCloud Dashboard Recorder",
    "icons": {
        "16": "icons\/icon_screencloud_16px.png",
        "48": "icons\/icon_screencloud_48px.png",
        "128": "icons\/icon_screencloud_128px.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.13.9",
    "description": "Record your dashboards for playback on your ScreenCloud Player",
    "externally_connectable": {
        "matches": [
            "https:\/\/studio.eu.screencloud.com\/*",
            "https:\/\/studio.us.screencloud.com\/*",
            "https:\/\/studio.staging.eu.next.sc\/*",
            "https:\/\/studio.staging.us.next.sc\/*",
            "https:\/\/studio.edge.next.sc\/*"
        ]
    }
}