Save to Screenly
Display live web pages on your Screenly digital sign.
Save to Screenly란 무엇입니까?
Save to Screenly은(는) Screenly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display live web pages on your Screenly digital sign."입니다.
확장 프로그램 스크린샷
Save to Screenly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" } |