Fugo Digital Signage Player

Digital Signage for Chrome

ما هو Fugo Digital Signage Player؟

Fugo Digital Signage Player هو إضافة Chrome تم تطويرها بواسطة https://fugo.ai، والميزة الرئيسية لها هي "Digital Signage for Chrome".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fugo Digital Signage Player

قم بتنزيل ملفات الامتداد Fugo Digital Signage Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://fugo.ai/support
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}