Save to Screenly

Display live web pages on your Screenly digital sign.

Apa itu Save to Screenly?

Save to Screenly adalah ekstensi Chrome yang dikembangkan oleh Screenly, dan fitur utamanya adalah "Display live web pages on your Screenly digital sign.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Save to Screenly

Unduh file ekstensi Save to Screenly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Save to Screenly Save to Screenly
ID kcoehkngnbhlmdcgcadliaadlmbjmcln
URL Resmi https://chromewebstore.google.com/detail/save-to-screenly/kcoehkngnbhlmdcgcadliaadlmbjmcln
Deskripsi Display live web pages on your Screenly digital sign.
Ukuran File 88.92 KB
Jumlah Instalasi 442
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-08-18
Tanggal Publikasi 2019-08-14
Pengembang Screenly
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.screenly.io/privacy-policy
Bahasa yang Didukung 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"
}