Pushetta for Chrome

Handle push notifications for Pushetta API.

ما هو Pushetta for Chrome؟

Pushetta for Chrome هو إضافة Chrome تم تطويرها بواسطة Fabrizio Guglielmino (Gumino.com)، والميزة الرئيسية لها هي "Handle push notifications for Pushetta API.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pushetta for Chrome

قم بتنزيل ملفات الامتداد Pushetta for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}