Topface. Meeting is easy.

Extension for Topface new messages notifications.

ما هو Topface. Meeting is easy.؟

Topface. Meeting is easy. هو إضافة Chrome تم تطويرها بواسطة http://topface.com، والميزة الرئيسية لها هي "Extension for Topface new messages notifications.".

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

screenshot

تحميل ملف CRX للإضافة Topface. Meeting is easy.

قم بتنزيل ملفات الامتداد Topface. Meeting is easy. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extension for Topface new messages notifications.                    

معلومات أساسية عن التمديد

الاسم Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
الوصف Extension for Topface new messages notifications.
حجم الملف 49.02 KB
عدد التثبيتات 758
النسخة الحالية 2.0.8
آخر تحديث 2014-10-15
تاريخ النشر 2014-10-15
تقييم 4.06/5 مجموع تقييمات 1186
المطور http://topface.com
نوع الدفع free
موقع الإضافة http://topface.com
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_buttonName__",
    "version": "2.0.8",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "*:\/\/*.topface.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "gift": "gift.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_buttonName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "128.png",
        "icon.png",
        "gift.png"
    ]
}