Contaxio

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

Contaxioคืออะไร?

Contaxio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contax.io และคุณลักษณะหลักของมันคือ "Click the Contaxio button in the toolbar and search for your contacts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contaxio

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Contaxio Contaxio
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
}