CleverPush
Official browser extension for cleverpush.com
CleverPush là gì?
CleverPush là một tiện ích mở rộng Chrome được phát triển bởi https://cleverpush.com, và tính năng chính của nó là "Official browser extension for cleverpush.com".
Ả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 CleverPush
Tải xuống các tệp mở rộng CleverPush 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
Official browser extension for the push notification service cleverpush.com Features: - Send a notification and automatically use the currently open tab as the URL - Optionally also push to existing Firebase apps
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CleverPush |
ID | lkmiahecbccapaijmjabmemcoiidibcl |
URL Chính Thức | https://chromewebstore.google.com/detail/cleverpush/lkmiahecbccapaijmjabmemcoiidibcl |
Mô tả | Official browser extension for cleverpush.com |
Kích Thước Tệp | 29.55 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-02-11 |
Ngày Phát Hành | 2020-02-25 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://cleverpush.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cleverpush.com |
URL Trang Chính Sách Bảo Mật | https://cleverpush.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CleverPush", "version": "1.3", "manifest_version": 2, "description": "Official browser extension for cleverpush.com", "homepage_url": "https:\/\/cleverpush.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "CleverPush", "default_popup": "src\/browser_action\/popup.html" }, "permissions": [ "tabs", "cookies", "webRequest", "webRequestBlocking", "https:\/\/*.google.com\/", "https:\/\/console.firebase.google.com\/" ], "content_security_policy": "script-src 'self' blob: filesystem: 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.cleverpush.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "src\/content\/cleverpush.js" ] } ] } |