CleverPush
Official browser extension for cleverpush.com
什麼是CleverPush?
CleverPush是由https://cleverpush.com開發的Chrome擴展程式,該擴展的主要功能是“Official browser extension for cleverpush.com”。
擴展截圖
下載CleverPush擴展crx文件
下載CleverPush擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | lkmiahecbccapaijmjabmemcoiidibcl |
| 官方網址 | https://chromewebstore.google.com/detail/cleverpush/lkmiahecbccapaijmjabmemcoiidibcl |
| 簡介 | Official browser extension for cleverpush.com |
| 檔案大小 | 29.55 KB |
| 安裝次數 | 56 |
| 目前版本 | 1.3 |
| 更新時間 | 2021-02-11 |
| 上架時間 | 2020-02-25 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://cleverpush.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://cleverpush.com |
| 隱私政策頁面URL | https://cleverpush.com/privacy |
| 支援的語言 | 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"
]
}
]
} | |