Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Co je Push Notifications?

Push Notifications je rozšíření Chrome vyvinuté Rahul Golwalkar, a jeho hlavní funkcí je „Show push notification for HelpTap new chats / jobs for Experts“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Push Notifications

Stáhněte si soubory rozšíření Push Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Play audio in Google Chrome for background tabs                    

Základní Informace o Rozšíření

Název Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
Oficiální URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
Popis Show push notification for HelpTap new chats / jobs for Experts
Velikost souboru 114 KB
Počet instalací 119
Aktuální Verze 0.1.1
Poslední Aktualizace 2016-02-12
Datum Vydání 2016-02-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Rahul Golwalkar
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://helptap.com
Podporované Jazyky 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"
            ]
        }
    ]
}