Pushetta for Chrome

Handle push notifications for Pushetta API.

Pushetta for Chromeとは何ですか?

Pushetta for ChromeはFabrizio Guglielmino (Gumino.com)によって開発されたChromeの拡張機能で、その主な機能は「Handle push notifications for Pushetta API.」です。

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

screenshot

Pushetta for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension to receive push notifications on Chrome browser sent using Pushetta API.                    

拡張機能の基本情報

名前 Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
公式URL https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
説明 Handle push notifications for Pushetta API.
ファイルサイズ 17.8 KB
インストール数 188
現在のバージョン 1.1
最終更新日 2015-02-24
公開日 2015-02-24
評価 2.63/5 合計 8 レビュー
開発者 Fabrizio Guglielmino (Gumino.com)
支払い方法 free
拡張機能のウェブサイト http://www.pushetta.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pushetta for Chrome",
    "version": "1.1",
    "description": "Handle push notifications for Pushetta API.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "gcm",
        "notifications",
        "https:\/\/www.pushetta.com\/",
        "http:\/\/www.pushetta.com\/",
        "http:\/\/localhost\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.pushetta.com\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/127.0.0.1:*\/*"
        ]
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}