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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}