Contaxio

Click the Contaxio button in the toolbar and search for your contacts.

Vad är Contaxio?

Contaxio är en Chrome-tillägg utvecklad av https://contax.io, och dess huvudfunktion är "Click the Contaxio button in the toolbar and search for your contacts.".

Tilläggsskärmbilder

screenshot

Ladda ner Contaxio-förlängningens CRX-fil

Ladda ner Contaxio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Contaxio Contaxio
ID jjnoeokbcacoadmpkkpaofcehgjeihie
Officiell webbadress https://chromewebstore.google.com/detail/contaxio/jjnoeokbcacoadmpkkpaofcehgjeihie
Beskrivning Click the Contaxio button in the toolbar and search for your contacts.
Filstorlek 52.12 KB
Antal Installationer 11
Aktuell Version 2.2
Senast Uppdaterad 2014-04-13
Publiceringsdatum 2014-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://contax.io
Betalningssätt free
Stödda Språk 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
}