Contaxio
Click the Contaxio button in the toolbar and search for your contacts.
Hvad er Contaxio?
Contaxio er en Chrome-udvidelse udviklet af https://contax.io, og dens hovedfunktion er "Click the Contaxio button in the toolbar and search for your contacts.".
Udvidelsesskærmbilleder
Download Contaxio-udvidelses-CRX-fil
Download Contaxio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jjnoeokbcacoadmpkkpaofcehgjeihie |
Officiel URL | https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie |
Beskrivelse | Click the Contaxio button in the toolbar and search for your contacts. |
Filstørrelse | 52.12 KB |
Antal Installationer | 11 |
Nuværende Version | 2.2 |
Senest Opdateret | 2014-04-13 |
Udgivelsesdato | 2014-04-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://contax.io |
Betalingsmetode | free |
Understøttede Sprog | 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 } |