Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
什麼是Push Notifications?
Push Notifications是由Rahul Golwalkar開發的Chrome擴展程式,該擴展的主要功能是“Show push notification for HelpTap new chats / jobs for Experts”。
擴展截圖
下載Push Notifications擴展crx文件
下載Push Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play audio in Google Chrome for background tabs 擴展基本資訊
| 名稱 | |
| ID | hbapphlkmighdfjnfiooddomllmdbnee |
| 官方網址 | 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"
]
}
]
} | |