Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
Qu'est-ce que Contaxio ?
Contaxio est une extension Chrome développée par https://contax.io, et sa fonction principale est "Click the Contaxio button in the toolbar and search for your contacts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Contaxio
Téléchargez les fichiers d'extension Contaxio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this extension, Contaxio users can quickly search for Twitter, Facebook, and Google contacts. This is the perfect companion to your Contaxio (http://contax.io) social rolodex.
Informations de Base sur l'Extension
Nom | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
URL Officiel | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Description | Click the Contaxio button in the toolbar and search for your contacts. |
Taille du Fichier | 52.12 KB |
Nombre d'Installations | 11 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2014-04-13 |
Date de Publication | 2014-04-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://contax.io |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contaxio", "version": "2.2", "description": "Click the Contaxio button in the toolbar and search for your contacts.", "browser_action": { "default_title": "Contaxio", "default_icon": "favicon.png", "default_popup": "contaxio.html" }, "icons": { "16": "favicon.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "http:\/\/contax.io\/*", "https:\/\/contax.io\/*" ], "options_page": "options.html", "manifest_version": 2 } |