Skrapp Enrich

Enrich your prospecting with relevant B2B data.

Skrapp Enrichคืออะไร?

Skrapp Enrich เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://skrapp.io และคุณลักษณะหลักของมันคือ "Enrich your prospecting with relevant B2B data."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skrapp Enrich

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

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

                        Skrapp Enrich is an Email Finder extension that helps you find businesses data and emails.

With Skrapp Enrich, prospecting for sales and marketing becomes very easy and productive. 

# What you'll be able to do

Domain Search
------------------------------------------------------------
The Domain Search is an advanced search feature. It allows you to find employees emails from their companies websites. The Domain Search Chrome feature relies on the Domain Search service, which crafts our database of millions of emails updated daily. 

Leads Directory
-------------------------------------------------------------
Our web application helps you gather data of your leads (name, email, title, company) in lists and export your it to your CRM, ESP, File storage service or Excel and CSV spreadsheets.

Your data is stored forever. You can access your information anytime and from anywhere.

# Getting started

Starting to work with Skrapp Enrich takes only a few steps: 
 - First of all, Install the Skrapp.io Enrich Chrome extension from the Chrome Web Store (Here) or our website: http://www.skrapp.io
 - Then, create a Skrapp.io account, this takes a few seconds and can be done with your Google or Linkedin credentials.
 - Finally, start building your targeted email lists to connect with people that matter to your business.

Skrapp.io ensures that you have more:

 ✔ Accurate information
 ✔ Productivity 
 ✔ Business opportunities
 ✔ Time
 
Join Skrapp right now and get 150 free email credits.

www.skrapp.io/signup

For any further questions, feel free to contact us. 

[email protected]
www.skrapp.io                    

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

ชื่อ Skrapp Enrich Skrapp Enrich
ID gklkbifnmojjpmbkojffeamiblineife
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/skrapp-enrich/gklkbifnmojjpmbkojffeamiblineife
คำอธิบาย Enrich your prospecting with relevant B2B data.
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 80,000
เวอร์ชันปัจจุบัน 3.14.7
อัปเดตครั้งล่าสุด 2022-02-05
วันที่เผยแพร่ 2020-06-11
คะแนน 4.37/5 รวมทั้งหมด 566 คะแนน
ผู้พัฒนา http://skrapp.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skrapp.io
URL หน้าช่วยเหลือ https://skrapp.io/knowledge
URL หน้านโยบายความเป็นส่วนตัว https://www.skrapp.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skrapp Enrich",
    "description": "Enrich your prospecting with relevant B2B data.",
    "version": "3.14.7",
    "browser_action": {
        "default_title": "Skrapp Enrich Chrome Extension",
        "default_icon": "ext\/img\/brand_icon.png",
        "default_popup": "ext\/popup\/popup.html"
    },
    "icons": {
        "128": "ext\/img\/brand_icon.png"
    },
    "background": {
        "scripts": [
            "ext\/common\/lib\/jquery-3.6.0.min.js",
            "ext\/common\/constants.js",
            "ext\/background\/storage.js",
            "ext\/background\/api.js",
            "ext\/background\/http.js",
            "ext\/background\/background.js",
            "ext\/background\/track.js",
            "ext\/background\/fireup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.skrapp.io\/*"
            ],
            "js": [
                "web\/key.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}