Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Wat is Push Notifications?
Push Notifications is een Chrome-extensie ontwikkeld door Rahul Golwalkar, en de belangrijkste functie is "Show push notification for HelpTap new chats / jobs for Experts".
Extensie Screenshots
Download het CRX-bestand van de extensie Push Notifications
Download Push Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play audio in Google Chrome for background tabs
Basisinformatie over de Extensie
Naam | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
Officiële URL | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Beschrijving | Show push notification for HelpTap new chats / jobs for Experts |
Bestandsgrootte | 114 KB |
Aantal Installaties | 119 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2016-02-12 |
Publicatiedatum | 2016-02-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rahul Golwalkar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://helptap.com |
Ondersteunde Talen | 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" ] } ] } |