Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
Was ist Contaxio?
Contaxio ist eine Chrome-Erweiterung, die von https://contax.io entwickelt wurde, und ihr Hauptmerkmal ist "Click the Contaxio button in the toolbar and search for your contacts.".
Erweiterungsscreenshots
Contaxio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Contaxio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
Offizielle URL | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Beschreibung | Click the Contaxio button in the toolbar and search for your contacts. |
Dateigröße | 52.12 KB |
Installationsanzahl | 11 |
Aktuelle Version | 2.2 |
Letztes Update | 2014-04-13 |
Veröffentlichungsdatum | 2014-04-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://contax.io |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |