Fugo Dashboard Recorder

A Chrome extension for recording dashboards in Fugo CMS

Fugo Dashboard Recorder란 무엇입니까?

Fugo Dashboard Recorder은(는) Fugo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension for recording dashboards in Fugo CMS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Record your data dashboards for playback on your Fugo Digital Signage player. 
Fugo’s dashboard recorder captures your steps as you click through your dashboards, allowing Fugo to render them for display on your digital signage screens - for easy and secure sharing among your teams, coworkers, employees & customers, wherever they’re watching.                    

확장 프로그램 기본 정보

이름 Fugo Dashboard Recorder Fugo Dashboard Recorder
ID mmlamgocainccfbiimbpidedlnengbda
공식 URL https://chromewebstore.google.com/detail/fugo-dashboard-recorder/mmlamgocainccfbiimbpidedlnengbda
설명 A Chrome extension for recording dashboards in Fugo CMS
파일 크기 1.23 MB
설치 횟수 282
현재 버전 1.24.0
최근 업데이트 2024-02-27
출시 날짜 2021-10-19
개발자 Fugo
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fugo.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fugo Dashboard Recorder",
    "version": "1.24.0",
    "manifest_version": 2,
    "description": "A Chrome extension for recording dashboards in Fugo CMS",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest",
        "cookies",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "*:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/fugo.ai\/*",
            "*:\/\/www.fugo.ai\/*",
            "*:\/\/fugo-app.netlify.app\/*",
            "*:\/\/*.netlify.app\/*"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "js\/*.js",
        "js\/*.map",
        "icons\/dark\/play.svg",
        "icons\/light\/play.svg",
        "icons\/dark\/pause.svg",
        "icons\/light\/pause.svg",
        "icons\/dark\/screen.svg",
        "icons\/light\/screen.svg",
        "icons\/dark\/clip.svg",
        "icons\/light\/clip.svg",
        "icons\/dark\/sync.svg",
        "icons\/light\/sync.svg",
        "icons\/dark\/duplicate.svg",
        "icons\/light\/duplicate.svg"
    ]
}