Leads to ZohoCRM - for free

A chrome extension to extract XING and LinkedIn Leads and send them to Zoho

Leads to ZohoCRM - for free क्या है?

Leads to ZohoCRM - for free trieb.work | Jannik Z द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to extract XING and LinkedIn Leads and send them to Zoho"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leads to ZohoCRM - for free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This little browser plugin adds an overlay button to all LinkedIn and XING profile pages. When clicking it, the contact details get downloaded and the person gets saved in your Zoho CRM as Lead or Contact - completely for free!
Saves you hours of manual copy and paste work!
On first start the plugin will ask you to sign-in to ZohoCRM using your account. We don't store any sensitive data and you can remove all access with one click in the ZohoCRM settings. All servers are located in Europe.

Please add the custom fields "LinkedIn_ID" and "XING_ID" to Zoho before using this extension.                    

एक्सटेंशन की मूल जानकारी

नाम Leads to ZohoCRM - for free Leads to ZohoCRM - for free
ID opgjhkjphalmbanenjccphcfhflfcpeh
आधिकारिक URL https://chrome.google.com/webstore/detail/leads-to-zohocrm-for-free/opgjhkjphalmbanenjccphcfhflfcpeh
विवरण A chrome extension to extract XING and LinkedIn Leads and send them to Zoho
फ़ाइल का आकार 483 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2021-05-14
प्रकाशन तिथि 2020-06-16
डेवलपर trieb.work | Jannik Z
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://trieb.work
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to extract XING and LinkedIn Leads and send them to Zoho",
    "version": "1.0.8",
    "manifest_version": 3,
    "name": "Leads to ZohoCRM - for free",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/xing.com\/*",
        "https:\/\/*.xing.com\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/xing.com\/profile\/*",
                "https:\/\/*.xing.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}