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 pbdeknpehhmmbghiagbcghaplengklff
URL Resmi https://chrome.google.com/webstore/detail/topface-meeting-is-easy/pbdeknpehhmmbghiagbcghaplengklff
Deskripsi Extension for Topface new messages notifications.
Ukuran File 20.31 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.12
Terakhir Diperbarui 2014-07-16
Tanggal Publikasi 2014-07-16
Penilaian 4.12/5 Total 589 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__",
    "version": "1.12",
    "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"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_buttonName__"
    },
    "web_accessible_resources": [
        "128.png",
        "icon.png"
    ]
}