Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
Cos'è Contaxio?
Contaxio è un'estensione di Chrome sviluppata da https://contax.io, e la sua funzione principale è "Click the Contaxio button in the toolbar and search for your contacts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Contaxio
Scarica i file di estensione Contaxio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
URL Ufficiale | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Descrizione | Click the Contaxio button in the toolbar and search for your contacts. |
Dimensione del File | 52.12 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2014-04-13 |
Data di Pubblicazione | 2014-04-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://contax.io |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |