Push Notifications

Show push notification for HelpTap new chats / jobs for Experts

Push Notificationsとは何ですか?

Push NotificationsはRahul Golwalkarによって開発されたChromeの拡張機能で、その主な機能は「Show push notification for HelpTap new chats / jobs for Experts」です。

拡張機能のスクリーンショット

screenshot

Push Notifications拡張機能のCRXファイルをダウンロード

Push Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Play audio in Google Chrome for background tabs                    

拡張機能の基本情報

名前 Push Notifications Push Notifications
ID hbapphlkmighdfjnfiooddomllmdbnee
公式URL https://chromewebstore.google.com/detail/push-notifications/hbapphlkmighdfjnfiooddomllmdbnee
説明 Show push notification for HelpTap new chats / jobs for Experts
ファイルサイズ 114 KB
インストール数 119
現在のバージョン 0.1.1
最終更新日 2016-02-12
公開日 2016-02-12
評価 5.00/5 合計 2 レビュー
開発者 Rahul Golwalkar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://helptap.com
対応言語 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"
            ]
        }
    ]
}