Skrapp.io - Email Finder

Skrapp.io | Instant business emails.

Skrapp.io - Email Finder là gì?

Skrapp.io - Email Finder là một tiện ích mở rộng Chrome được phát triển bởi https://skrapp.io, và tính năng chính của nó là "Skrapp.io | Instant business emails.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skrapp.io - Email Finder

Tải xuống các tệp mở rộng Skrapp.io - Email Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skrapp.io - Email Finder Skrapp.io - Email Finder
ID geplbbbmdpmdodfmohpikfacgkfpkhec
URL Chính Thức https://chromewebstore.google.com/detail/skrappio-email-finder/geplbbbmdpmdodfmohpikfacgkfpkhec
Mô tả Skrapp.io | Instant business emails.
Kích Thước Tệp 426 KB
Số Lần Cài Đặt 156,227
Phiên Bản Hiện Tại 1.0.46
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2021-05-19
Đánh Giá 4.73/5 Tổng số 411 Đánh Giá
Nhà Phát Triển https://skrapp.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://skrapp.io
URL Trang Trợ Giúp https://support.skrapp.io
URL Trang Chính Sách Bảo Mật https://skrapp.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}