Precontact Tool
Find the contact details for the current LI profile
Τι είναι το Precontact Tool;
Το Precontact Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.precontacttool.com, και η κύρια λειτουργία του είναι "Find the contact details for the current LI profile".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Precontact Tool
Λήψη αρχείων επέκτασης Precontact Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Our browser extension enables you to find contact details with the click of a button. How it works: 1 First Sign up at https://precontacttool.com/#try and click on the link in the validation email. After installing you go automatically to LinkedIn.com. 2 Login in the extension. 3 Open the profile of someone you would like to get in contact with. 4 Then click on the extension in the top right corner and log in. 5 Next click on "Show contact details of current profile" That it. Enjoy and if you have any questions please send me a message or read the FAQ at https://precontacttool.com/#faq. Questions go to https://precontacttool.com/support.html of send an email to [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Precontact Tool |
ID | iabijhdomdkpabfoipoifajnlmidjihg |
Επίσημο URL | https://chromewebstore.google.com/detail/precontact-tool/iabijhdomdkpabfoipoifajnlmidjihg |
Περιγραφή | Find the contact details for the current LI profile |
Μέγεθος Αρχείου | 1.6 MB |
Αριθμός Εγκαταστάσεων | 2,877 |
Τρέχουσα Έκδοση | 1.2.19 |
Τελευταία Ενημέρωση | 2024-02-07 |
Ημερομηνία Δημοσίευσης | 2020-04-19 |
Αξιολόγηση | 4.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://www.precontacttool.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://precontacttool.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://precontacttool.com/#faq |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.precontacttool.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Precontact Tool", "version": "1.2.19", "description": "Find the contact details for the current LI profile", "permissions": [ "declarativeNetRequest", "declarativeContent", "storage" ], "background": { "service_worker": "service_worker.js" }, "icons": { "16": "assets\/images\/default-icon.png", "32": "assets\/images\/default-icon.png", "48": "assets\/images\/default-icon.png", "128": "assets\/images\/default-icon.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/default-icon.png", "32": "assets\/images\/default-icon.png", "48": "assets\/images\/default-icon.png", "128": "assets\/images\/default-icon.png" } }, "content_security_policy": [], "host_permissions": [ "https:\/\/api.recruitment-tools.com\/*", "https:\/\/api.recruitment-tools.local\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.github.com\/*", "https:\/\/github.com\/*", "https:\/\/*.xing.com\/*", "https:\/\/xing.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/facebook.com\/*" ] } |