LeadhuntAI - Chrome Extension
This extension will allow you to easily retrieve session cookies each time you use Leadhunt
LeadhuntAI - Chrome Extension란 무엇입니까?
LeadhuntAI - Chrome Extension은(는) leon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to easily retrieve session cookies each time you use Leadhunt"입니다.
확장 프로그램 스크린샷
LeadhuntAI - Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Elevate Your Sales and Networking with the GrowthEffekt - Leadhunt Chrome Extension! 🚀 Transform your browsing experience and supercharge your sales and networking efforts with the Leadhunt Chrome Extension, designed meticulously for professionals seeking to optimize their interactions and streamline their workflows. Key Features: ✨ Seamless Session Cookie Updates: Ensure a smooth and uninterrupted experience on Leadhunt by effortlessly updating your session cookies. Stay logged in and maintain your productivity without missing a beat! ✨ Automated Prospect Identification: Turbocharge your lead generation with our intelligent prospect identification. The extension smartly recognizes potential leads as you browse, providing you with crucial information and insights to make informed decisions. ✨ Instant Access to Message Templates: Enhance your communication with access to a plethora of customizable message templates. Located conveniently in a sidebar, these templates are designed to suit various scenarios, helping you save time while maintaining a personalized touch. ✨ Synced Conversations with Leadhunt CRM: Say goodbye to manual updates! Our extension ensures that all your messages and conversations are automatically logged and synchronized with the Leadhunt CRM. Keep your sales pipeline up-to-date and track your interactions effortlessly, ensuring you never miss an opportunity. 🔗 Easy Integration, Unmatched Productivity: The Leadhunt Chrome Extension integrates seamlessly with your browser, offering a lightweight yet powerful solution to elevate your networking and sales strategy. Don’t let manual tasks slow you down. Install the Leadhunt Chrome Extension today and experience a world of efficiency, precision, and growth! 💼✨
확장 프로그램 기본 정보
이름 | LeadhuntAI - Chrome Extension |
ID | dbahmmgmghbkihpobhkhkjaeajgbdjce |
공식 URL | https://chromewebstore.google.com/detail/leadhuntai-chrome-extensi/dbahmmgmghbkihpobhkhkjaeajgbdjce |
설명 | This extension will allow you to easily retrieve session cookies each time you use Leadhunt |
파일 크기 | 809 KB |
설치 횟수 | 47 |
현재 버전 | 0.6.3.3 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2023-10-25 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | leon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://growtheffekt.com/ |
도움말 페이지 URL | https://growtheffekt.com/ |
개인정보 보호 정책 페이지 URL | https://growtheffekt.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeadhuntAI - Chrome Extension", "description": "This extension will allow you to easily retrieve session cookies each time you use Leadhunt", "version": "0.6.3.3", "manifest_version": 3, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/html\/popup.html", "default_icon": { "16": ".\/images\/logo-16.png", "32": ".\/images\/logo-48.png", "128": ".\/images\/logo-128.png" } }, "icons": { "16": ".\/images\/logo-16.png", "32": ".\/images\/logo-48.png", "128": ".\/images\/logo-128.png" }, "options_page": ".\/html\/options.html", "permissions": [ "storage", "activeTab", "scripting", "tabs", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.leadhunt.ai\/*", "http:\/\/localhost\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/*", "\/js\/*", "\/style\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "\/js\/initialize.js", "\/js\/user-alert.js", "\/js\/followup.js", "\/js\/jquery-3.7.0.min.js", "\/js\/popper.min.js", "\/js\/bootstrapJS.js", "js\/new-profile-popup.js", "\/js\/report.js", "\/js\/fontawesome.all.min.js" ], "css": [ "\/styles\/report.css", "\/styles\/bootstrapCSS.css" ] } ] } |