Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Co to jest Push Notifications?
Push Notifications to rozszerzenie Chrome opracowane przez Rahul Golwalkar, a jego główną funkcją jest „Show push notification for HelpTap new chats / jobs for Experts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Push Notifications
Pobierz pliki rozszerzeń Push Notifications 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
Play audio in Google Chrome for background tabs Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hbapphlkmighdfjnfiooddomllmdbnee |
| Oficjalny URL | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
| Opis | Show push notification for HelpTap new chats / jobs for Experts |
| Rozmiar pliku | 114 KB |
| Liczba instalacji | 119 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2016-02-12 |
| Data Publikacji | 2016-02-12 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Rahul Golwalkar |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://helptap.com |
| Obsługiwane Języki | 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"
]
}
]
} | |