Save to Screenly

Display live web pages on your Screenly digital sign.

Save to Screenly là gì?

Save to Screenly là một tiện ích mở rộng Chrome được phát triển bởi Screenly, và tính năng chính của nó là "Display live web pages on your Screenly digital sign.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to Screenly

Tải xuống các tệp mở rộng Save to Screenly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to Screenly Save to Screenly
ID kcoehkngnbhlmdcgcadliaadlmbjmcln
URL Chính Thức https://chromewebstore.google.com/detail/save-to-screenly/kcoehkngnbhlmdcgcadliaadlmbjmcln
Mô tả Display live web pages on your Screenly digital sign.
Kích Thước Tệp 88.92 KB
Số Lần Cài Đặt 442
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-08-18
Ngày Phát Hành 2019-08-14
Nhà Phát Triển Screenly
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.screenly.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}