Push Notifications
Show push notification for HelpTap new chats / jobs for Experts
Hvad er Push Notifications?
Push Notifications er en Chrome-udvidelse udviklet af Rahul Golwalkar, og dens hovedfunktion er "Show push notification for HelpTap new chats / jobs for Experts".
Udvidelsesskærmbilleder
Download Push Notifications-udvidelses-CRX-fil
Download Push Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play audio in Google Chrome for background tabs
Grundlæggende oplysninger om udvidelsen
Navn | Push Notifications |
ID | hbapphlkmighdfjnfiooddomllmdbnee |
Officiel URL | https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee |
Beskrivelse | Show push notification for HelpTap new chats / jobs for Experts |
Filstørrelse | 114 KB |
Antal Installationer | 119 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2016-02-12 |
Udgivelsesdato | 2016-02-12 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Rahul Golwalkar |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://helptap.com |
Understøttede Sprog | 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" ] } ] } |