Precontact Tool
Find the contact details for the current LI profile
Precontact Tool क्या है?
Precontact Tool https://www.precontacttool.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the contact details for the current LI profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Precontact Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |