Vixis Contact Parser

Add to gmail contacts by highlighting a contact on a page

Vixis Contact Parserคืออะไร?

Vixis Contact Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://contactparser.vixis.com และคุณลักษณะหลักของมันคือ "Add to gmail contacts by highlighting a contact on a page"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Vixis Contact Parser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Vixis Contact Parser is an easy to use and out-of-the-way extension that allows you to highlight contact information on a page and add/merge it with your Gmail contacts.  

Some features:

* Multiple-account support - Allows you to add multiple gmail accounts and direct the contacts to any specific one

* Auto-categorize fields - Parses contact fields and automatically assigns suggested categories (phone, address, company, etc)

* Revise/edit contacts before import - Allow you to edit the information before it's added to your contact list

* Query for existing contacts - Automatically queries your account if the highlighted contact is already in your contacts database

* Create/Merge - Allows you to either create a new contact, or merge information into an existing contact.                    

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

ชื่อ Vixis Contact Parser Vixis Contact Parser
ID gpbpajgkfnclpjcclejjkhehofmnompj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vixis-contact-parser/gpbpajgkfnclpjcclejjkhehofmnompj
คำอธิบาย Add to gmail contacts by highlighting a contact on a page
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-02-12
วันที่เผยแพร่ 2015-02-12
คะแนน 3.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://contactparser.vixis.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://contactparser.vixis.com
URL หน้าช่วยเหลือ http://contactparser.vixis.com/faq.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vixis Contact Parser",
    "short_name": "Vixis Contact Parser",
    "version": "1.0.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyWNmfIj5tYRvfLA4tTXf3rIXIJu9ci2y\/xnofsq+8U0BktGTZlZenCbrV1E\/E6OLWwhTrc36cj0ap6XIdUNVRiaY\/r2qHTLoLPqWneYMOk\/ffYBLKHGkzErLHbR4JFZGk8Tk2fEM+mCu1ty09IAdhpxFeIxT8uaX6VscrDwzSb9fFhL+KvdGNoWxoxgJA047MR9odn4zQ6BaiVcQHwY34d3qEZud\/4Iqzpat1bSuXLzRcS\/r+EUuCIYeQIG0\/V7dHe8xfacCXnpBDdu77rkcsSxdWGxX6yrtBLiUwG1wbkVVviK63qheCWEbehRyuAlm2d083vS4xfrLQ2EgqCYVkwIDAQAB",
    "description": "Add to gmail contacts by highlighting a contact on a page",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "chrome\/lib\/jquery-2.1.3.min.js",
            "chrome\/lib\/async.min.js",
            "chrome\/lib\/xdate.js",
            "chrome\/lib\/lodash.js",
            "chrome\/user\/google.js",
            "chrome\/user\/user.js",
            "chrome\/injector.js",
            "chrome\/background.js"
        ]
    },
    "web_accessible_resources": [
        "app\/*",
        "assets\/*"
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "902256168129-625vbllqjraijj70ul80hfke947qbguk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.google.com\/m8\/feeds"
        ]
    },
    "minimum_chrome_version": "6.0.0.0",
    "manifest_version": 2
}