Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Push Notifications là gì?
Push Notifications là một tiện ích mở rộng Chrome được phát triển bởi Rahul Golwalkar, và tính năng chính của nó là "Show push notification for HelpTap new chats / jobs for Experts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Push Notifications
Tải xuống các tệp mở rộng Push 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
Play audio in Google Chrome for background tabs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
URL Chính Thức | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Mô tả | Show push notification for HelpTap new chats / jobs for Experts |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2016-02-12 |
Ngày Phát Hành | 2016-02-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Rahul Golwalkar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://helptap.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |