LeadhuntAI - Chrome Extension

This extension will allow you to easily retrieve session cookies each time you use Leadhunt

LeadhuntAI - Chrome Extension क्या है?

LeadhuntAI - Chrome Extension chrome-extension-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to easily retrieve session cookies each time you use Leadhunt"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LeadhuntAI - Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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! We achieve this by securely fetching cookies from multiple  domains.

✨ 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 LeadhuntAI - Chrome Extension
ID acabidngelopojhikjgkacpbjhgjebog
आधिकारिक URL https://chromewebstore.google.com/detail/leadhuntai-chrome-extensi/acabidngelopojhikjgkacpbjhgjebog
विवरण This extension will allow you to easily retrieve session cookies each time you use Leadhunt
फ़ाइल का आकार 818 KB
स्थापना संख्या 109
वर्तमान संस्करण 0.6.4.9
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2024-01-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर chrome-extension-team
ईमेल [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.4.9",
    "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",
        "webNavigation"
    ],
    "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",
                "\/js\/deals.js"
            ],
            "css": [
                "\/styles\/report.css",
                "\/styles\/bootstrapCSS.css"
            ]
        }
    ]
}