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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}