CleverPush
Official browser extension for cleverpush.com
Co to jest CleverPush?
CleverPush to rozszerzenie Chrome opracowane przez https://cleverpush.com, a jego główną funkcją jest „Official browser extension for cleverpush.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CleverPush
Pobierz pliki rozszerzeń CleverPush w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lkmiahecbccapaijmjabmemcoiidibcl |
| Oficjalny URL | https://chromewebstore.google.com/detail/cleverpush/lkmiahecbccapaijmjabmemcoiidibcl |
| Opis | Official browser extension for cleverpush.com |
| Rozmiar pliku | 29.55 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2021-02-11 |
| Data Publikacji | 2020-02-25 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://cleverpush.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://cleverpush.com |
| Adres URL Strony Polityki Prywatności | https://cleverpush.com/privacy |
| Obsługiwane Języki | 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"
]
}
]
} | |