Kloser - Find B2B Contact info with one click

Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.

Kloser - Find B2B Contact info with one click क्या है?

Kloser - Find B2B Contact info with one click https://kloser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Kloser - Find B2B Contact info with one click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Kloser Chrome extensions empowers you to unmask any business professional's work email address and phone number with a click of a button. Simply install the Kloser Chrome extension and visit any prospect's LinkedIn profile.

How does it work?

Kloser finds business emails for LinkedIn profiles and search results.

Kloser remembers your email discoveries so NO DUPLICATES and emails are NEVER COUNTED TWICE.

Companies like IBM, Google, Workday, Intel and many more already use Kloser.

Kloser does NOT copy your LinkedIn connections or read your LinkedIn messages. It is 100% safe and secure.

With Kloser you get Free monthly email discoveries. Don't wait. Start using Kloser TODAY!                    

एक्सटेंशन की मूल जानकारी

नाम Kloser - Find B2B Contact info with one click Kloser - Find B2B Contact info with one click
ID idcdkjpekpkllkjecfaiibaigfhgedpc
आधिकारिक URL https://chromewebstore.google.com/detail/kloser-find-b2b-contact-i/idcdkjpekpkllkjecfaiibaigfhgedpc
विवरण Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.
फ़ाइल का आकार 367 KB
स्थापना संख्या 7,062
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2021-09-26
रेटिंग 4.72/5 कुल 849 रेटिंग्स
डेवलपर https://kloser.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kloser.com
सहायता पृष्ठ URL https://www.kloser.com/contact
गोपनीयता नीति पृष्ठ URL https://kloser.com/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kloser - Find B2B Contact info with one click",
    "description": "Kloser gives you the most accurate email addresses and phone numbers for B2B leads anywhere.",
    "version": "2.0.4",
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/api.rollbar.com\/",
        "https:\/\/*.kloser.com\/*",
        "https:\/\/kloser.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kloser.com\/*",
            "https:\/\/kloser.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "js": [
                "rollbar.config_linkedin_end.js",
                "content_linkedin_end.bundle.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "rollbar.config_linkedin_start.js",
                "content_linkedin_start.bundle.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https: data: blob: filesystem:;"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "content.html",
                "loading.gif",
                "a8998b6f9d59ffcffbf265.bundle.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "cookies"
    ]
}