Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Push Notificationsคืออะไร?

Push Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Golwalkar และคุณลักษณะหลักของมันคือ "Show push notification for HelpTap new chats / jobs for Experts"

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

screenshot

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

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

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

                        Play audio in Google Chrome for background tabs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
คำอธิบาย Show push notification for HelpTap new chats / jobs for Experts
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2016-02-12
วันที่เผยแพร่ 2016-02-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rahul Golwalkar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helptap.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Push Notifications",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Show push notification for HelpTap new chats \/ jobs for Experts",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/helptap.com\/",
    "permissions": [
        "management",
        "notifications",
        "*:\/\/*.helptap.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.helptap.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.helptap.com\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content-script.js"
            ]
        }
    ]
}