Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Was ist Push Notifications?

Push Notifications ist eine Chrome-Erweiterung, die von Rahul Golwalkar entwickelt wurde, und ihr Hauptmerkmal ist "Show push notification for HelpTap new chats / jobs for Experts".

Erweiterungsscreenshots

screenshot

Push Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Push Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Play audio in Google Chrome for background tabs                    

Grundlegende Informationen zur Erweiterung

Name Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Offizielle URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Beschreibung Show push notification for HelpTap new chats / jobs for Experts
Dateigröße 114 KB
Installationsanzahl 119
Aktuelle Version 0.1.1
Letztes Update 2016-02-12
Veröffentlichungsdatum 2016-02-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Rahul Golwalkar
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://helptap.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}