Fugo Digital Signage Player

Digital Signage for Chrome

Fugo Digital Signage Player란 무엇입니까?

Fugo Digital Signage Player은(는) https://fugo.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Digital Signage for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Fugo Digital Signage Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fugo - the smart, intuitive, modern digital signage player for any business 
Complex, expensive digital signage solutions are a drag. High price tags, complicated set up, limited functionality - too many barriers stand between your business and the powerful digital signage displays you envision. Shouldn’t it be easier to connect your screens and push your content out into the world? 

We definitely think so. Introducing Fugo - Digital Signage Player for Chrome.

With Fugo, you can easily manage your screens and content from anywhere at any time. Use our cloud-based CMS to create quality content, push it to screen in clicks, connect to your favorite apps, monitor your network, and measure your audience engagement. Bring your display to life with the Fugo Digital Signage Player app on your PC, Chromebox, and Chromebit.

Note: Install this app on your Chrome browser or Chrome OS device to connect your screen, then manage your content from our CMS at http://fugo.ai/app                    

확장 프로그램 기본 정보

이름 Fugo Digital Signage Player Fugo Digital Signage Player
ID dgeopiebibcigmoegnolhonmpmhpkafg
공식 URL https://chromewebstore.google.com/detail/fugo-digital-signage-play/dgeopiebibcigmoegnolhonmpmhpkafg
설명 Digital Signage for Chrome
파일 크기 129 KB
설치 횟수 244
현재 버전 1.0
최근 업데이트 2022-10-28
출시 날짜 2020-09-28
개발자 https://fugo.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fugo.ai/
도움말 페이지 URL https://fugo.ai/support
개인정보 보호 정책 페이지 URL https://fugo.ai/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "starter.html"
    },
    "manifest_version": 2,
    "name": "Fugo Digital Signage Player",
    "short_name": "Fugo player",
    "version": "1.0",
    "description": "Digital Signage for Chrome",
    "icons": {
        "192": "logo.png",
        "512": "logo512.png"
    },
    "author": "Fugo team",
    "offline_enabled": true,
    "permissions": [
        "power",
        "",
        "system.memory",
        "system.storage",
        "system.cpu",
        "webRequest",
        "webRequestBlocking",
        "fullscreen"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.localhost.localhost\/*",
                "https:\/\/player.fugo.ai\/*",
                "https:\/\/www.fugo.ai\/*",
                "https:\/\/fugo.ai\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Fugo Player",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*.localhost.localhost\/*",
            "https:\/\/player.fugo.ai\/*"
        ]
    }
}