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
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 | |
ID | pbdeknpehhmmbghiagbcghaplengklff |
Officiële URL | https://chrome.google.com/webstore/detail/topface-meeting-is-easy/pbdeknpehhmmbghiagbcghaplengklff |
Beschrijving | Extension for Topface new messages notifications. |
Bestandsgrootte | 20.31 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 1.12 |
Laatst Bijgewerkt | 2014-07-16 |
Publicatiedatum | 2014-07-16 |
Beoordeling | 4.12/5 Totaal 589 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__", "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" ] } |