Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
什么是Contaxio?
Contaxio是由https://contax.io开发的Chrome扩展程序,该扩展的主要功能是“Click the Contaxio button in the toolbar and search for your contacts.”。
扩展截图
下载Contaxio扩展crx文件
下载Contaxio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
官方URL | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
简介 | Click the Contaxio button in the toolbar and search for your contacts. |
文件大小 | 52.12 KB |
安装次数 | 11 |
当前版本 | 2.2 |
更新时间 | 2014-04-13 |
上架时间 | 2014-04-13 |
评分 | 5.00/5 共1次评分 |
开发者 | https://contax.io |
付费类型 | free |
支持的语言 | 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 } |