Pushetta for Chrome

Handle push notifications for Pushetta API.

Pushetta for Chrome là gì?

Pushetta for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Fabrizio Guglielmino (Gumino.com), và tính năng chính của nó là "Handle push notifications for Pushetta API.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pushetta for Chrome

Tải xuống các tệp mở rộng Pushetta for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pushetta for Chrome Pushetta for Chrome
ID fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
URL Chính Thức https://chromewebstore.google.com/detail/pushetta-for-chrome/fgbfgdhpimncgdkkkmlcjbgpmlgcldoh
Mô tả Handle push notifications for Pushetta API.
Kích Thước Tệp 17.8 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-02-24
Ngày Phát Hành 2015-02-24
Đánh Giá 2.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Fabrizio Guglielmino (Gumino.com)
Loại Thanh Toán free
Trang Web Mở Rộng http://www.pushetta.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}