LinkMatch For CATS
Automated LinkedIn sourcing for CATS
Τι είναι το LinkMatch For CATS;
Το LinkMatch For CATS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linkmatch.net, και η κύρια λειτουργία του είναι "Automated LinkedIn sourcing for CATS".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LinkMatch For CATS
Λήψη αρχείων επέκτασης LinkMatch For CATS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
CATS integration with LinkedIn and Xing. LinkMatch Chrome extension automatically shows which LinkedIn or Xing profiles are in your CATS database. That way you don't have to manually check it for yourself, which makes it easier to connect with new candidates right away. You can also view and edit the profile info of the existed candidates right in the LinkedIn. 3.10 - Transaction code is removed(deprecated by CATS) - a lot of stability improvements 2.25 - Contacts are now matched as well. Orange< checkmark is used to indicate the Contact match. You can also adjust the fields display options separately for Contacts profile popup on the options page. - Matching algorithm is improved, - Bunch of bugs are fixed to improve your experience with LinkMatch 1.95 - improved matching algorithm, added matching by location for US, Canada, South Africa - couple of ui imrovements 1.81 - bug fixes 1.80 - improved matching algorithm for new LinkedIn UI 1.70 - improved matching algorithm 1.60 - fix for changes in the CATS API - improved matching algorithm 1.55 - fix and issue with Connected LinkedIn profiles not matching 1.50 - adjusting to the new LinkedIn UI 1.46 - bug fixes 1.43 - handling the change in the CATS API 1.40 - users in the candidate profile form are now shown with full names instead of links New in 1.30 - you can now adjust the order and appearance of the fields in the profile view. These settings are available in the options page. - improved matching algorithm New in 1.20 - new UI - improved matching algorithm New in 1.11 - couple of bug fixes New in 1.10 - you can now see the candidate's assigned jobs, their description, status etc. New in 0.96 - bug fixes New in 0.93 - bug fixes New in 0.90 - added support for catsone.nl domain 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://*.linkmatch.net/* - API calls to LinkMatch(application server) - https://*.catsone.com/* - to be able to make requests to CATS API on .com domain - https://*.catsone.nl/* - to be able to make requests to CATS API on .nl domain
Βασικές Πληροφορίες Επέκτασης
Όνομα | LinkMatch For CATS |
ID | ggidbcpppmepapiemlcpfhjgdfdkfmpj |
Επίσημο URL | https://chromewebstore.google.com/detail/linkmatch-for-cats/ggidbcpppmepapiemlcpfhjgdfdkfmpj |
Περιγραφή | Automated LinkedIn sourcing for CATS |
Μέγεθος Αρχείου | 4.12 MB |
Αριθμός Εγκαταστάσεων | 272 |
Τρέχουσα Έκδοση | 5.39 |
Τελευταία Ενημέρωση | 2023-11-23 |
Ημερομηνία Δημοσίευσης | 2020-05-20 |
Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://linkmatch.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://linkmatch.net/cats |
Διεύθυνση URL της Σελίδας Βοήθειας | https://linkmatch.net/faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://linkmatch.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background-script-bundle.js" ] }, "options_page": "options_page.html", "browser_action": { "default_icon": { "38": "icon48.png", "19": "icon48.png" } }, "name": "LinkMatch For CATS", "manifest_version": 2, "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 } ], "version": "5.39", "description": "Automated LinkedIn sourcing for CATS", "short_name": "LinkMatch", "permissions": [ "https:\/\/*.catsone.com\/*", "https:\/\/*.catsone.nl\/*", "https:\/\/*.xing.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/localhost:440\/*", "https:\/\/*.linkmatch.net:440\/*", "https:\/\/*.linkmatch.net\/*" ], "icons": { "128": "icon48.png", "48": "icon48.png", "16": "icon48.png" } } |