PipeGen.ai Contact Retriever
PipeGen helps the user to quickly retrieve prospects from LinkedIn.
PipeGen.ai Contact Retriever क्या है?
PipeGen.ai Contact Retriever https://pipegen.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PipeGen helps the user to quickly retrieve prospects from LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PipeGen.ai Contact Retriever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find prospects and build prospect lists using PipeGen.ai's chrome extension. PipeGen.ai’s contact retriever finds work emails, personal emails, cell phone numbers, office phone numbers, and physical addresses. We automate your outbound messages across email, phone, and handwritten cards. Build your sales pipeline ridiculously fast. The Details: Finding prospects can be the toughest part of sales. Once you find your prospect you then need to find all of their contact information and then clean and refine your list. NO MORE. Find all of your prospects and all of their contact information. Communicate with prospects at scale across email, phone, LinkedIn, and handwritten cards. Stop Spamming. Start connecting. Book more qualified meetings. Consolidate your sales tech stack and replace all of those other tools.
एक्सटेंशन की मूल जानकारी
नाम | PipeGen.ai Contact Retriever |
ID | mooiecoaeebopkiknkokhhcifbnbhihk |
आधिकारिक URL | https://chromewebstore.google.com/detail/pipegenai-contact-retriev/mooiecoaeebopkiknkokhhcifbnbhihk |
विवरण | PipeGen helps the user to quickly retrieve prospects from LinkedIn. |
फ़ाइल का आकार | 236 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.2.8 |
अंतिम अपडेट | 2021-12-15 |
प्रकाशन तिथि | 2020-06-01 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://pipegen.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.pipegen.ai |
सहायता पृष्ठ URL | https://www.pipegen.ai/pricing |
गोपनीयता नीति पृष्ठ URL | https://www.pipegen.ai/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PipeGen.ai Contact Retriever", "short_name": "PipeGen.ai", "version": "1.2.8", "description": "PipeGen helps the user to quickly retrieve prospects from LinkedIn.", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": [], "icons": { "16": "images\/PipeGen_Icon_16_x_16.png", "48": "images\/PipeGen_Icon_48_x_48.png", "128": "images\/PipeGen_Icon_128_x_128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/bootstrap.min.js", "js\/protip.min.js" ], "css": [ "css\/bootstrap.min.css", "css\/styles.css", "css\/protip.min.css" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "declarativeContent", "storage", "tabs", "*:\/\/*.linkedin.com\/*", "*:\/\/*.pipegen.ai\/*" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "css\/*", "images\/*" ], "manifest_version": 2 } |