Email Finder by VoilaNorbert

Norbert helps you find any corporate email addresses, manage your leads and gain a lot of time while Norbert work.

Email Finder by VoilaNorbertคืออะไร?

Email Finder by VoilaNorbert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://voilanorbert.com และคุณลักษณะหลักของมันคือ "Norbert helps you find any corporate email addresses, manage your leads and gain a lot of time while Norbert work."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Finder by VoilaNorbert

ดาวน์โหลดไฟล์ส่วนขยาย Email Finder by VoilaNorbert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        VoilaNorbert helps you find any corporate email.
It is trusted by companies like Intel, Twitter, Oracle, SAP, Airbnb and many more!

VoilaNorbert will add a search button on the profile and search pages of popular sites like :

- Angel.co
- Crunchbase
- Buzzsumo
... and many more to come!

Find your leads email address and contact information on any websites simply by clicking on my button. All your leads can then be exported, added into custom-made lists and/or contacted directly from Norbert with advanced tracking tools to know if they opened or even clicked on your emails.

The 50 first searches are free! You can create an account at https://app.voilanorbert.com — after that, I am charging you either per month or per credits.

Feel free to send us an email at [email protected] !

Website : https://www.voilanorbert.com
Twitter: @voilanorbert                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Email Finder by VoilaNorbert Email Finder by VoilaNorbert
ID aikhclibkhmmkpafjdchlnmemagbjgdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/email-finder-by-voilanorb/aikhclibkhmmkpafjdchlnmemagbjgdk
คำอธิบาย Norbert helps you find any corporate email addresses, manage your leads and gain a lot of time while Norbert work.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 6,307
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2019-01-17
คะแนน 4.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://voilanorbert.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.voilanorbert.com
URL หน้านโยบายความเป็นส่วนตัว https://www.voilanorbert.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "Email Finder by VoilaNorbert",
    "short_name": "Email Finder by VoilaNorbert",
    "version": "2.5.4",
    "version_name": "2.5",
    "default_locale": "en",
    "description": "Norbert helps you find any corporate email addresses, manage your leads and gain a lot of time while Norbert work.",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png",
        "192": "resources\/icons\/icon192.png"
    },
    "action": {
        "default_icon": {
            "19": "resources\/icons\/icon19.png",
            "38": "resources\/icons\/icon38.png"
        },
        "default_title": "Find email addresses",
        "default_popup": "resources\/popup\/popup.html"
    },
    "author": "Ali Hopyar",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.voilanorbert.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.voilanorbert.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker ": "resources\/js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/icons\/icon48_white.png",
                "resources\/icons\/icon38.png",
                "resources\/icons\/icon48.png",
                "resources\/icons\/icon60.png",
                "resources\/img\/copy_button.png"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.voilanorbert.com\/*"
            ],
            "extension_ids": [
                "aikhclibkhmmkpafjdchlnmemagbjgdk"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "content_scripts\/linkedin\/norbert.css"
            ],
            "js": [
                "resources\/js\/jquery-2.2.1.min.js",
                "content_scripts\/linkedin\/constants.js",
                "content_scripts\/linkedin\/functions.js",
                "content_scripts\/linkedin\/bulk-search-functions.js",
                "content_scripts\/linkedin\/profile-search-functions.js",
                "content_scripts\/linkedin\/sn-profile-search-functions.js",
                "content_scripts\/linkedin\/sn-bulk-search-functions.js",
                "content_scripts\/linkedin\/sn-lead-list-search-functions.js",
                "content_scripts\/linkedin\/events.js",
                "content_scripts\/linkedin\/button-inject.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.voilanorbert.com\/*"
            ],
            "js": [
                "content_scripts\/voilanorbert\/install-button.js"
            ]
        }
    ]
}