Topface. Meeting is easy.

Extension for Topface new messages notifications.

Wat is Topface. Meeting is easy.?

Topface. Meeting is easy. is een Chrome-extensie ontwikkeld door http://topface.com, en de belangrijkste functie is "Extension for Topface new messages notifications.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Topface. Meeting is easy.

Download Topface. Meeting is easy.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension for Topface new messages notifications.                    

Basisinformatie over de Extensie

Naam Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
Officiële URL https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
Beschrijving Extension for Topface new messages notifications.
Bestandsgrootte 49.02 KB
Aantal Installaties 758
Huidige Versie 2.0.8
Laatst Bijgewerkt 2014-10-15
Publicatiedatum 2014-10-15
Beoordeling 4.06/5 Totaal 1186 Beoordelingen
Ontwikkelaar http://topface.com
Betalingswijze free
Extensiewebsite http://topface.com
Ondersteunde Talen 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"
    ]
}