Zap - Desktop Notifications

Mirror Android notifications

Zap - Desktop Notifications là gì?

Zap - Desktop Notifications là một tiện ích mở rộng Chrome được phát triển bởi Octopus Beach, và tính năng chính của nó là "Mirror Android notifications".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zap - Desktop Notifications

Tải xuống các tệp mở rộng Zap - Desktop Notifications 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

                        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!                    

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

Tên Zap - Desktop Notifications Zap - Desktop Notifications
ID fbhlghkjilkiindkckecepgiiabjhoic
URL Chính Thức https://chromewebstore.google.com/detail/zap-desktop-notifications/fbhlghkjilkiindkckecepgiiabjhoic
Mô tả Mirror Android notifications
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-05-04
Ngày Phát Hành 2016-05-03
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Octopus Beach
Loại Thanh Toán free
Trang Web Mở Rộng http://hudclark.github.io/zap.extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}