Zap - Desktop Notifications
Mirror Android notifications
Zap - Desktop Notifications란 무엇입니까?
Zap - Desktop Notifications은(는) Octopus Beach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mirror Android notifications"입니다.
확장 프로그램 스크린샷
Zap - Desktop Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Android notifications on your desktop! Why choose Zap? - We don't save your notifications! Once they're shown, they're erased from the server - All network communication is done securely over SSL. - Zap is open source! https://github.com/hudclark/zap.extension - Material design on web and Android. - Simple to set up. Log in and enjoy your notifications! - Totally free! Download the Android app and get started!
확장 프로그램 기본 정보
이름 | Zap - Desktop Notifications |
ID | fbhlghkjilkiindkckecepgiiabjhoic |
공식 URL | https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic |
설명 | Mirror Android notifications |
파일 크기 | 109 KB |
설치 횟수 | 79 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-05-04 |
출시 날짜 | 2016-05-03 |
평점 | 3.60/5 총 10 개의 평점 |
개발자 | Octopus Beach |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://hudclark.github.io/zap.extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zap - Desktop Notifications", "description": "Mirror Android notifications", "version": "1.0.1", "browser_action": { "default_icon": { "19": "assets\/img\/icon19.png", "38": "assets\/img\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "permissions": [ "notifications" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "\/assets\/img\/icon48.png" ] } |