Zap - Desktop Notifications

Mirror Android notifications

Zap - Desktop Notificationsคืออะไร?

Zap - Desktop Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Octopus Beach และคุณลักษณะหลักของมันคือ "Mirror Android notifications"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zap - Desktop Notifications

ดาวน์โหลดไฟล์ส่วนขยาย Zap - Desktop Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}