Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
What is Contaxio?
Contaxio is a Chrome extension developed by https://contax.io, and its main feature is "Click the Contaxio button in the toolbar and search for your contacts.".
Extension Screenshots
Download Contaxio Extension CRX File
Download Contaxio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
Official URL | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Description | Click the Contaxio button in the toolbar and search for your contacts. |
File Size | 52.12 KB |
Installation Count | 11 |
Current Version | 2.2 |
Last Updated | 2014-04-13 |
Publish Date | 2014-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://contax.io |
Payment Type | free |
Supported Languages | 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 } |