Zintlr: The ultimate B2B prospecting tool.

Zintlr – where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr

Qu'est-ce que Zintlr: The ultimate B2B prospecting tool. ?

Zintlr: The ultimate B2B prospecting tool. est une extension Chrome développée par https://zintlr.com, et sa fonction principale est "Zintlr – where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zintlr: The ultimate B2B prospecting tool.

Téléchargez les fichiers d'extension Zintlr: The ultimate B2B prospecting tool. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Zintlr - The Ultimate B2B Lead Generation Tool!

Overview 

Zintlr is a powerful B2B Lead Generation, prospecting & intel tool that helps businesses of all sizes find new revenue generating contacts quickly and easily. 

💥 Introducing Zintlr’ Extension - using which you can unlock the power of B2B prospecting by generating high-quality leads on any website and/or on LinkedIn.


🔍  Here are the key features of Zintlr's Extension:

🌍 Global Lead Generation:
With Zintlr's Extension, you can find potential leads on any website across the globe. Simply install the extension, browse your favorite websites, and start generating leads instantly.

👥 LinkedIn Lead Generation: 
Zintlr's Extension also works seamlessly with LinkedIn, enabling you to generate targeted leads directly from the world's largest professional networking site. Whether you're looking for new clients, partners, or vendors, Zintlr's Extension has you covered.

Key Features: Go Global Prospecting: Access contact information and email addresses effortlessly on any company's website. 

🌐 Dive deep into company insights, including employee details, top executives, financials, news, and technologies – all from the company's page. 💼. 
Easy Integration on LinkedIn: Seamlessly integrate Zintlr into your LinkedIn experience for swift and effective prospecting. 💼🔗 Effortlessly gather insights right from LinkedIn profiles to power up your outreach strategy. 👥✨ 
3. Personality Intel: Gain a competitive edge with psychological insights about your prospects. 🤔 Understand triggers, stresses, and communication preferences for a surefire conversion strategy. 🚀 Be well-prepared before saying hello – the key to higher conversion rates. 👋 
4. Knowledge Panel Enrichment: Supercharge your Google searches with enriched data right on the Google page. 🔍 Instantly access contact information and insights without leaving the Google tab. 🚀 Sign up for free and enjoy 40 free credits. Each unlock is just one credit.




💰  Credit-Based System: 
Zintlr's Extension uses a credit-based system to unlock new leads. Simply sign up for free and get 100 credits to start. 
**One credit equals one contact unlock. You can also purchase additional credits if needed.
📝  Contact Management: 
Zintlr's Extension makes it easy to manage your leads. You can save your leads directly to your contacts list, add notes, and even export your data to a CSV file for use in other applications.

💡 Sales Tips: 
Every time you open Zintlr's Extension, you'll receive valuable sales tips to help you improve your performance and close more deals. With Zintlr's Extension, you not only get access to high-quality leads, but also the knowledge to use them effectively.

👥👥 Team Subscription: 
If you have a sales team, Zintlr's Extension is the perfect tool for generating leads and managing contacts. With a team subscription, you can share leads across your team, assign tasks, and track progress in real-time.


In summary, Zintlr's Extension is the ultimate lead generation tool for businesses looking to generate revenue from new contacts. 

Try it today and unlock the power of B2B prospecting!                    

Informations de Base sur l'Extension

Nom Zintlr: The ultimate B2B prospecting tool. Zintlr: The ultimate B2B prospecting tool.
ID ggkmpcannjbcepigghgdkbpmnglnpfjp
URL Officiel https://chromewebstore.google.com/detail/zintlr-the-ultimate-b2b-p/ggkmpcannjbcepigghgdkbpmnglnpfjp
Description Zintlr – where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr
Taille du Fichier 2.2 MB
Nombre d'Installations 294
Version Actuelle 0.0.0.9
Dernière Mise à Jour 2023-10-31
Date de Publication 2023-04-03
Évaluation 5.00/5 Total 30 Évaluations
Développeur https://zintlr.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.zintlr.com
URL de la Page d'Aide https://zintlr.com/contact-us
URL de la Page de Politique de Confidentialité https://zintlr.com/privacy-center/data-related-policies/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Zintlr",
    "name": "Zintlr: The ultimate B2B prospecting tool.",
    "description": "Zintlr \u2013 where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr",
    "version": "0.0.0.9",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "cookies"
    ],
    "incognito": "split",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/google.com\/*",
                "http:\/\/localhost:*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/google.com\/search*"
            ],
            "run_at": "document_start",
            "css": [
                ".\/styles\/search_based.css"
            ],
            "js": [
                ".\/scripts\/search_based.js"
            ],
            "exclude_matches": [
                "http:\/\/localhost:*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' http:\/\/localhost:*; style-src 'unsafe-inline' 'self'; font-src 'self'; script-src 'self'; connect-src 'self' https:\/\/www.linkedin.com https:\/\/linkedin.com https:\/\/extension.zintlr.com http:\/\/localhost:*; frame-src 'self' https:\/\/extension.zintlr.com"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png",
        "192": "logo192.png",
        "512": "logo512.png"
    }
}