LinkMatch For Zoho Recruit

Adds access to Zoho Recruit features from LinkedIn or Xing, such as view/edit/add candidates. Also marks already existing profiles

Τι είναι το LinkMatch For Zoho Recruit;

Το LinkMatch For Zoho Recruit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linkmatch.com, και η κύρια λειτουργία του είναι "Adds access to Zoho Recruit features from LinkedIn or Xing, such as view/edit/add candidates. Also marks already existing profiles".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkMatch For Zoho Recruit

Λήψη αρχείων επέκτασης LinkMatch For Zoho Recruit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Zoho Recruit integration with Linkedin.

LinkMatch Chrome extension automatically shows which Linkdin profiles are in your Zoho Recruit database. 
That way you don't have to manually check it for yourself,which makes it easier to connect with new candidates right away.

Also allows to view/edit/add candidates from LinkedIn to Zoho Recruit

Please check https://linkmatch.net/zoho-recruit for more details.

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
- 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 Zoho Recruit API on international domain

- https://*.zoho.eu/* - to be able to make requests to Zoho Recruit API on EU domain

- https://*.zoho.in/* - to be able to make requests to Zoho Recruit API 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)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LinkMatch For Zoho Recruit LinkMatch For Zoho Recruit
ID lnngbgbnnmgfiljkdegfbhmhcgodghbi
Επίσημο URL https://chromewebstore.google.com/detail/linkmatch-for-zoho-recrui/lnngbgbnnmgfiljkdegfbhmhcgodghbi
Περιγραφή Adds access to Zoho Recruit features from LinkedIn or Xing, such as view/edit/add candidates. Also marks already existing profiles
Μέγεθος Αρχείου 4.8 MB
Αριθμός Εγκαταστάσεων 2,485
Τρέχουσα Έκδοση 13.68
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2020-06-21
Αξιολόγηση 4.50/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://linkmatch.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://linkmatch.com/zoho-recruit
Διεύθυνση URL της Σελίδας Βοήθειας https://linkmatch.com/zoho-recruit
URL της Σελίδας Πολιτικής Απορρήτου https://linkmatch.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options_page.html",
    "background": {
        "scripts": [
            "background-script-bundle.js"
        ]
    },
    "short_name": "LinkMatch",
    "manifest_version": 2,
    "name": "LinkMatch For Zoho Recruit",
    "browser_action": {
        "default_icon": {
            "38": "icon48.png",
            "19": "icon48.png"
        }
    },
    "description": "Adds access to Zoho Recruit features from LinkedIn or Xing, such as view\/edit\/add candidates. Also marks already existing profiles",
    "version": "13.68",
    "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
        }
    ],
    "icons": {
        "128": "icon48.png",
        "48": "icon48.png",
        "16": "icon48.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zoho.jp\/*",
        "https:\/\/*.zoho.com.au\/*",
        "https:\/\/*.zoho.com.cn\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/*.linkmatch.net\/*",
        "https:\/\/*.zohoapis.com\/*",
        "https:\/\/*.zohoapis.eu\/*",
        "https:\/\/*.zohoapis.jp\/*",
        "https:\/\/*.zohoapis.us\/*",
        "https:\/\/*.zohoapis.in\/*",
        "https:\/\/*.zohoapis.com.au\/*",
        "https:\/\/*.zohoapis.com.cn\/*"
    ]
}