Skrapp.io - Email Finder

Skrapp.io | Instant business emails.

ما هو Skrapp.io - Email Finder؟

Skrapp.io - Email Finder هو إضافة Chrome تم تطويرها بواسطة https://skrapp.io، والميزة الرئيسية لها هي "Skrapp.io | Instant business emails.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Skrapp.io - Email Finder

قم بتنزيل ملفات الامتداد Skrapp.io - Email Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Email Finder - Verified emails for your outreach pipeline

We provide an advanced email research Chrome extension that helps you find verified professional email addresses of your most relevant leads. 

Start pumping verified emails to your outbound email campaigns with 50 free credits.                    

معلومات أساسية عن التمديد

الاسم Skrapp.io - Email Finder Skrapp.io - Email Finder
ID geplbbbmdpmdodfmohpikfacgkfpkhec
عنوان URL الرسمي https://chromewebstore.google.com/detail/skrappio-email-finder/geplbbbmdpmdodfmohpikfacgkfpkhec
الوصف Skrapp.io | Instant business emails.
حجم الملف 426 KB
عدد التثبيتات 156,227
النسخة الحالية 1.0.46
آخر تحديث 2023-12-15
تاريخ النشر 2021-05-19
تقييم 4.73/5 مجموع تقييمات 411
المطور https://skrapp.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://skrapp.io
عنوان صفحة المساعدة https://support.skrapp.io
عنوان صفحة سياسة الخصوصية https://skrapp.io/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skrapp.io - Email Finder",
    "description": "Skrapp.io | Instant business emails.",
    "version": "1.0.46",
    "browser_action": {
        "default_title": "Skrapp - Email finder",
        "default_icon": "img\/icon_ef.png",
        "default_popup": "ext\/popup\/popup.html"
    },
    "icons": {
        "128": "img\/icon_ef_128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.skrapp.io\/*"
        ]
    },
    "background": {
        "scripts": [
            "ext\/common\/lib\/jquery-3.6.0.min.js",
            "ext\/common\/lib\/sentry.bundle.tracing.min.js",
            "ext\/common\/name_parser.js",
            "ext\/common\/company_parser.js",
            "ext\/common\/constants.js",
            "ext\/common\/crsf.js",
            "ext\/common\/auth.js",
            "ext\/background\/sentry.js",
            "ext\/background\/storage.js",
            "ext\/background\/apifn.js",
            "ext\/background\/api.js",
            "ext\/background\/api_l.js",
            "ext\/background\/http.js",
            "ext\/common\/company_interceptor_memory.js",
            "ext\/common\/interceptor.processor.js",
            "ext\/background\/background.js",
            "ext\/background\/fireup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.skrapp.io\/*"
            ],
            "js": [
                "web\/key.js",
                "web\/install.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "*:\/\/www.linkedin.com\/*"
    ]
}