Save to Screenly

Display live web pages on your Screenly digital sign.

Что такое Save to Screenly?

Save to Screenly - это расширение Chrome, разработанное Screenly, и его основная функция - "Display live web pages on your Screenly digital sign.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Save to Screenly

Скачайте файлы расширений Save to Screenly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easily and quickly create digital signage content from a web page, and display this content on your Screenly-powered digital signs. Whether you have a chart, an analytics page, or just an inspirational quote, the Save to Screenly extension makes publishing to your screens a breeze. 

Save to Screenly also makes it easy to display web pages that require a username and password. The Save Authentication option saves your current login session so that Screenly can display the password-protected web page on your digital sign. If your session expires, use Save to Screenly to update it quickly.                    

Основная информация о расширении

Название Save to Screenly Save to Screenly
ID kcoehkngnbhlmdcgcadliaadlmbjmcln
Официальный URL https://chromewebstore.google.com/detail/save-to-screenly/kcoehkngnbhlmdcgcadliaadlmbjmcln
Описание Display live web pages on your Screenly digital sign.
Размер файла 88.92 KB
Количество установок 442
Текущая Версия 1.0.1
Последнее Обновление 2019-08-18
Дата публикации 2019-08-14
Разработчик Screenly
Тип оплаты free
URL страницы политики конфиденциальности https://www.screenly.io/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Screenly",
    "version": "1.0.1",
    "description": "Display live web pages on your Screenly digital sign.",
    "icons": {
        "16": "assets\/images\/screenly-logo-16.png",
        "48": "assets\/images\/screenly-logo-48.png",
        "128": "assets\/images\/screenly-logo-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Save to Screenly",
        "default_icon": {
            "16": "assets\/images\/screenly-logo-16.png",
            "32": "assets\/images\/screenly-logo-32.png"
        }
    },
    "options_page": "options.html"
}