Topface. Meeting is easy.

Extension for Topface new messages notifications.

What is Topface. Meeting is easy.?

Topface. Meeting is easy. is a Chrome extension developed by http://topface.com, and its main feature is "Extension for Topface new messages notifications.".

Extension Screenshots

screenshot

Download Topface. Meeting is easy. Extension CRX File

Download Topface. Meeting is easy. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension for Topface new messages notifications.                    

Extension Basic Information

Name Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
Official URL https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
Description Extension for Topface new messages notifications.
File Size 49.02 KB
Installation Count 758
Current Version 2.0.8
Last Updated 2014-10-15
Publish Date 2014-10-15
Rating 4.06/5 Total 1186 Ratings
Developer http://topface.com
Payment Type free
Extension Website http://topface.com
Supported Languages 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"
    ]
}