Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
Apa itu Contaxio?
Contaxio adalah ekstensi Chrome yang dikembangkan oleh https://contax.io, dan fitur utamanya adalah "Click the Contaxio button in the toolbar and search for your contacts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Contaxio
Unduh file ekstensi Contaxio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
URL Resmi | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Deskripsi | Click the Contaxio button in the toolbar and search for your contacts. |
Ukuran File | 52.12 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2014-04-13 |
Tanggal Publikasi | 2014-04-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://contax.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |