Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Qu'est-ce que Push Notifications ?
Push Notifications est une extension Chrome développée par Rahul Golwalkar, et sa fonction principale est "Show push notification for HelpTap new chats / jobs for Experts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Push Notifications
Téléchargez les fichiers d'extension Push Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Play audio in Google Chrome for background tabs
Informations de Base sur l'Extension
Nom | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
URL Officiel | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Description | Show push notification for HelpTap new chats / jobs for Experts |
Taille du Fichier | 114 KB |
Nombre d'Installations | 119 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2016-02-12 |
Date de Publication | 2016-02-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Rahul Golwalkar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://helptap.com |
Langues Prises en Charge | 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" ] } ] } |