LinkMatch For Zoho CRM

Automated LinkedIn sourcing for Zoho CRM

LinkMatch For Zoho CRM là gì?

LinkMatch For Zoho CRM là một tiện ích mở rộng Chrome được phát triển bởi https://linkmatch.com, và tính năng chính của nó là "Automated LinkedIn sourcing for Zoho CRM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkMatch For Zoho CRM

Tải xuống các tệp mở rộng LinkMatch For Zoho CRM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Seamless Zoho CRM integration with LinkedIn.

LinkMatch Chrome extension for Zoho CRM automatically shows which LinkedIn or Xing profiles(persons and companies) are in your Zoho CRM database. The Leads and Accounts are shown in different colors which makes it easy to grasp at glance.

So you don't have to manually check the LinkedIn or Xing profiles anymore, you can just  connect with new leads right away.

Also, LinkMatch allows to view and edit the profile info of the existed Zoho CRM profiles right in the LinkedIn, without switching the CRM tab.

new in 3.70
 - you can now save companies

New in 3.50
 - Country, State, City are now parsed as well
 - LinkMatch now works in groups

New in 3.30
 - Zoho Workflow rules triggering
 - a lot of improvements and bug fixes

New in 2.90
 - HUGE performance improvement

New in 2.80
 - NEW FEATURE: AutoUpdate your Zoho profiles with the most relevant info from LinkedIn.
 - Profile picture updating
 - Various bug fixes.

New in 2.60
 - saving contacts into Zoho CRM
 - bug fixes

New in 2.45
 - bug fixes
 - improved matching algorithm
 - ui improvements

New in 2.40
 - bug fixes

New in 2.30
 - Improved support for LinkedIn new UI

New in 2.20
 - Fix for couple of bugs in LinkedIn Sales Navigator

New in 2.10
 - Support for zoho.eu domain

New in 2.0
 - You can now tell LinkMach in which Zoho CRM fields you want LinkedIn data to be stored
 - new help tooltips

New in 1.90
 - YOU CAN NOW ADD LINKEDIN PROFILES TO YOUR ZOHO CRM WITH A SINGLE CLICK
 - move and resize the profile view

New in 1.73
 - adjusted to the new LinkedIn UI

New in 1.70
 - bug fixes

New in 1.68
 - bug fixes

New in 1.65
 - now works in LinkedIn sales navigator and recruiter account
 - beta version of the sync with Zoho CRM of the profile page

New in 1.56

 - improved support for internationalized LinkedIn pages

New in 1.50
 - improved profile details view
 - improved matching algorithm

New in 1.45
 - improved matching algorithm for companies

New in 1.41

- You can now add/remove/edit notes right inside of the linked in
- improved matching algorithm 

New in 1.36

- no need to input your Zoho CRM credentials anymore, OAuth2 sign in workflow is supported now.

New in 1.30

- you can now order, and hide fields which you want to see in the profile view. These settings are available in the options page.

- improved matching algorithm


By installing this Chrome Extension you agree to the Terms of Service - linkmatch.net/terms

-----

Browser permissions description for compliance with Chrome WebStore policies:

- tabs: for finding a tabs which has LinkedIn or Xing launched to show notification if needed
- identity: for login using OAuth from Zoho CRM
- https://*.linkedin.com/* - to be able to make requests to linkedin.com
- https://*.xing.com/* - to be able to make requests to xing

- https://*.zoho.com/* - to be able to make requests to API v1(deprecated) of Zoho on international domain

- https://*.zoho.eu/* - to be able to make requests to API v1(deprecated) of Zoho on EU domain

- https://*.zoho.in/* - to be able to make requests to API v1(deprecated) of Zoho on IN domain

- https://*.zohoapis.com/* - to be able to make requests to new API v2 of Zoho on international domain

- https://*.zohoapis.eu/* - to be able to make requests to new API v2 of Zoho on EU domain

- https://*.zohoapis.us/* - to be able to make requests to new API v2 of Zoho on US domain

- https://*.zohoapis.in/* - to be able to make requests to new API v2 of Zoho on IN domain

- https://*.zohoapis.com.au/* - to be able to make requests to new API v2 of Zoho on AU domain

- https://*.linkmatch.net/* - API calls to LinkMatch(application server)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkMatch For Zoho CRM LinkMatch For Zoho CRM
ID fibbodpcldlooemofpgjjihkhgaffebh
URL Chính Thức https://chromewebstore.google.com/detail/linkmatch-for-zoho-crm/fibbodpcldlooemofpgjjihkhgaffebh
Mô tả Automated LinkedIn sourcing for Zoho CRM
Kích Thước Tệp 4.72 MB
Số Lần Cài Đặt 6,406
Phiên Bản Hiện Tại 13.24
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-07-02
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://linkmatch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linkmatch.com/zoho-crm/
URL Trang Trợ Giúp https://linkmatch.com/zoho-crm
URL Trang Chính Sách Bảo Mật https://linkmatch.net/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.linkmatch.net\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.xing.com\/*"
            ],
            "js": [
                "content-script-bundle.js"
            ],
            "css": [
                "content-styles.css",
                "content-styles1.css",
                "content-script-styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "run_at": "document_end",
            "css": [
                "content-styles.css",
                "content-script-styles.css"
            ],
            "js": [
                "content-script-bundle.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/404\/*",
                "https:\/\/*.xing.com\/404\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background-script-bundle.js"
        ]
    },
    "options_page": "options_page.html",
    "description": "Automated LinkedIn sourcing for Zoho CRM",
    "short_name": "LinkMatch",
    "name": "LinkMatch For Zoho CRM",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.zoho.jp\/*",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zoho.com.au\/*",
        "https:\/\/*.zoho.com.cn\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/*.zohoapis.com\/*",
        "https:\/\/*.zohoapis.jp\/*",
        "https:\/\/*.zohoapis.eu\/*",
        "https:\/\/*.zohoapis.us\/*",
        "https:\/\/*.zohoapis.in\/*",
        "https:\/\/*.zohoapis.com.au\/*",
        "https:\/\/*.zohoapis.com.cn\/*",
        "https:\/\/*.linkmatch.net\/*"
    ],
    "icons": {
        "16": "icon48.png",
        "48": "icon48.png",
        "128": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        }
    },
    "version": "13.24"
}