Topface. Meeting is easy.

Extension for Topface new messages notifications.

Vad är Topface. Meeting is easy.?

Topface. Meeting is easy. är en Chrome-tillägg utvecklad av http://topface.com, och dess huvudfunktion är "Extension for Topface new messages notifications.".

Tilläggsskärmbilder

screenshot

Ladda ner Topface. Meeting is easy.-förlängningens CRX-fil

Ladda ner Topface. Meeting is easy.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Extension for Topface new messages notifications.                    

Grundläggande Information om Tillägg

Namn Topface. Meeting is easy. Topface. Meeting is easy.
ID pbdeknpehhmmbghiagbcghaplengklff
Officiell webbadress https://chrome.google.com/webstore/detail/topface-meeting-is-easy/pbdeknpehhmmbghiagbcghaplengklff
Beskrivning Extension for Topface new messages notifications.
Filstorlek 20.31 KB
Antal Installationer 5,000
Aktuell Version 1.12
Senast Uppdaterad 2014-07-16
Publiceringsdatum 2014-07-16
Betyg 4.12/5 Totalt 589 Betyg
Utvecklare http://topface.com
Betalningssätt free
Tilläggswebbplats http://topface.com
Stödda Språk 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"
    ]
}