Topface. Meeting is easy.

Extension for Topface new messages notifications.

Apa itu Topface. Meeting is easy.?

Topface. Meeting is easy. adalah ekstensi Chrome yang dikembangkan oleh http://topface.com, dan fitur utamanya adalah "Extension for Topface new messages notifications.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Topface. Meeting is easy.

Unduh file ekstensi Topface. Meeting is easy. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Extension for Topface new messages notifications.                    

Informasi Dasar Ekstensi

Nama Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
URL Resmi https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
Deskripsi Extension for Topface new messages notifications.
Ukuran File 49.02 KB
Jumlah Instalasi 758
Versi Saat Ini 2.0.8
Terakhir Diperbarui 2014-10-15
Tanggal Publikasi 2014-10-15
Penilaian 4.06/5 Total 1186 Penilaian
Pengembang http://topface.com
Tipe Pembayaran free
Situs Ekstensi http://topface.com
Bahasa yang Didukung 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"
    ]
}