Skrapp.io - Email Finder
Skrapp.io | Instant business emails.
What is Skrapp.io - Email Finder?
Skrapp.io - Email Finder is a Chrome extension developed by https://skrapp.io, and its main feature is "Skrapp.io | Instant business emails.".
Extension Screenshots
Download Skrapp.io - Email Finder Extension CRX File
Download Skrapp.io - Email Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Skrapp.io - Email Finder |
ID | geplbbbmdpmdodfmohpikfacgkfpkhec |
Official URL | https://chromewebstore.google.com/detail/skrappio-email-finder/geplbbbmdpmdodfmohpikfacgkfpkhec |
Description | Skrapp.io | Instant business emails. |
File Size | 426 KB |
Installation Count | 156,227 |
Current Version | 1.0.46 |
Last Updated | 2023-12-15 |
Publish Date | 2021-05-19 |
Rating | 4.73/5 Total 411 Ratings |
Developer | https://skrapp.io |
[email protected] | |
Payment Type | free |
Extension Website | https://skrapp.io |
Help Page URL | https://support.skrapp.io |
Privacy Policy Page URL | https://skrapp.io/privacy |
Supported Languages | 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\/*" ] } |