Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Vad är Push Notifications?

Push Notifications är en Chrome-tillägg utvecklad av Rahul Golwalkar, och dess huvudfunktion är "Show push notification for HelpTap new chats / jobs for Experts".

Tilläggsskärmbilder

screenshot

Ladda ner Push Notifications-förlängningens CRX-fil

Ladda ner Push Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Play audio in Google Chrome for background tabs                    

Grundläggande Information om Tillägg

Namn Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Officiell webbadress https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Beskrivning Show push notification for HelpTap new chats / jobs for Experts
Filstorlek 114 KB
Antal Installationer 119
Aktuell Version 0.1.1
Senast Uppdaterad 2016-02-12
Publiceringsdatum 2016-02-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Rahul Golwalkar
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://helptap.com
Stödda Språk 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"
            ]
        }
    ]
}