Vtiger Enrich

Enrich your contact data with just a couple of clicks, while you are viewing a social media profile

Vtiger Enrichคืออะไร?

Vtiger Enrich เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vtiger.com และคุณลักษณะหลักของมันคือ "Enrich your contact data with just a couple of clicks, while you are viewing a social media profile"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Import new contacts and enrich existing contact data with just a couple of clicks from LinkedIn.

Supported Pages

* LinkedIn People search results page
* LinkedIn Sales Navigator Leads search results page
* LinkedIn Individual profile page

Vtiger Enrich saves you time finding and updating contacts, or creating contacts in Vtiger CRM 

To get started, add Vtiger Enrich to Chrome, then log into LinkedIn or Sales Navigator. You'll see a new Vtiger Enrich icon on the top bar. Click the Enrich icon to vew matching contacts and the import button. 

* FIND YOUR CONTACTS
Had a promising conversation with someone on social media? Vtiger Enrich shows you their contact record in Vtiger CRM, so you can add notes, events, and other information

* UPDATE EXISTING CONTACTS
Not sure if a Vtiger contact’s personal information is up to date? Open their social profile page and click Vtiger Enrich to update their CRM record with their social profile information.

* CREATE NEW CONTACTS
Click Vtiger Enrich to turn interesting new social profiles into Vtiger CRM contact records. Then track, monitor, and engage them right from Vtiger.

About Vtiger CRM

Vtiger CRM is used by Sales, Marketing and Support teams in over 300,000 businesses to create delightful customer experiences that measurably improve business revenue, customer loyalty, and team performance.

* Vtiger Platform: https://www.vtiger.com/
* Vtiger CRM for sales teams: https://www.vtiger.com/sales-crm/
* Vtiger Help Desk for customer support teams - https://www.vtiger.com/help-desk/
* Vtiger One for businesses - https://www.vtiger.com/all-in-one-crm/

QUESTIONS OR SUGGESTIONS?
Email us at [email protected]                    

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

ชื่อ Vtiger Enrich Vtiger Enrich
ID aoieokedbecedmpafmimaabhcpmefjdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vtiger-enrich/aoieokedbecedmpafmimaabhcpmefjdk
คำอธิบาย Enrich your contact data with just a couple of clicks, while you are viewing a social media profile
ขนาดไฟล์ 606 KB
จำนวนการติดตั้ง 1,009
เวอร์ชันปัจจุบัน 3.3.1
อัปเดตครั้งล่าสุด 2023-03-03
วันที่เผยแพร่ 2020-06-04
คะแนน 3.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://www.vtiger.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vtiger.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.vtiger.com/policy-legal-center/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.3.1",
    "name": "Vtiger Enrich",
    "description": "Enrich your contact data with just a couple of clicks, while you are viewing a social media profile",
    "icons": {
        "128": "assets\/images\/vtiger128.png",
        "16": "assets\/images\/vtiger16.png",
        "48": "assets\/images\/vtiger48.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/images\/vtiger128.png",
            "16": "assets\/images\/vtiger16.png",
            "48": "assets\/images\/vtiger48.png"
        },
        "default_title": "Vtiger Enrich"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.3.1.min.js",
            "js\/libs\/bootstrap.min.js",
            "js\/libs\/select2.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "js\/libs\/jquery-3.3.1.min.js"
            ],
            "matches": [
                "http:\/\/www.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*.vtiger.ws\/*",
                "https:\/\/*.vtiger.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "background",
        "storage",
        "tabs",
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/",
        "https:\/\/www.twitter.com\/*",
        "http:\/\/www.twitter.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/twitter.com\/*"
    ],
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*",
        "js\/*",
        "templates\/*"
    ]
}