Zintlr: The ultimate B2B prospecting tool.

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

什麼是Zintlr: The ultimate B2B prospecting tool.?

Zintlr: The ultimate B2B prospecting tool.是由https://zintlr.com開發的Chrome擴展程式,該擴展的主要功能是“Zintlr – where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Zintlr: The ultimate B2B prospecting tool.擴展crx文件

下載Zintlr: The ultimate B2B prospecting tool.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Zintlr: The ultimate B2B prospecting tool. Zintlr: The ultimate B2B prospecting tool.
ID ggkmpcannjbcepigghgdkbpmnglnpfjp
官方網址 https://chromewebstore.google.com/detail/zintlr-the-ultimate-b2b-p/ggkmpcannjbcepigghgdkbpmnglnpfjp
簡介 Zintlr – where every connection is a strategic advantage. Discover Psychological intel, B2B Contacts and Emails with Zintlr
檔案大小 2.2 MB
安裝次數 294
目前版本 0.0.0.9
更新時間 2023-10-31
上架時間 2023-04-03
評分 5.00/5 共 30 次評分
開發者 https://zintlr.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://app.zintlr.com
說明頁面URL https://zintlr.com/contact-us
隱私政策頁面URL https://zintlr.com/privacy-center/data-related-policies/privacy-policy
支援的語言 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"
    }
}