Live Data

Live Data Chrome Extension

Live Dataคืออะไร?

Live Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย greg และคุณลักษณะหลักของมันคือ "Live Data Chrome Extension"

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

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

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

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

                        Live Data Technologies allows you to identify the ideal prospect and their contact information while you're on a target account's site. 

What makes Live Data different is we verify all contact information in real-time with information found on the open web. Additionally, our search process is based on semantic search principles so you can describe the exact characteristics of your ideal prospect. You are no longer restricted by broad title searches and can now isolate prospects based on their skillsets, attributes, technographic, or even LinkedIn group affiliation. So get creative! 

When you find who you're looking for, select the contact, and we'll append email, LinkedIn profile links, and cell/direct-dial phone numbers when available. 

And speaking of phones, if you feel like calling, you can browse all the cell/direct dials we've found on the open web for a particular company. This info is cached to allow for faster searches, but we verify all numbers as current before delivery. 

You only pay when we find contacts and valid emails ($0.02), and this includes LinkedIn profile URLs and switchboard numbers when available. Cell phones/direct dials are priced at $0.35. 

Data guarantee: We offer a 200% credit on bad cell phones/direct dials ($0.70), and 10X bounty for bad emails ($0.20).

This is a beta release, so you'll possibly see some oddities, but we hope you'll find the service helpful on balance. And please tell us if you have ideas on how we can improve the service.                    

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

ชื่อ Live Data Live Data
ID cohehdogocacegnpjdaijljilmmikdpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/live-data/cohehdogocacegnpjdaijljilmmikdpk
คำอธิบาย Live Data Chrome Extension
ขนาดไฟล์ 4.21 MB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2020-10-09
วันที่เผยแพร่ 2020-06-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา greg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.livedatatechnologies.com/
URL หน้าช่วยเหลือ https://www.livedatatechnologies.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Data",
    "short_name": "Live Data",
    "version": "1.0.15",
    "description": "Live Data Chrome Extension",
    "permissions": [
        "tabs",
        "webRequest",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Live Data"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{6fbadb5e-94c7-ba48-b4d6-4b42c34a99b3}",
            "strict_min_version": "42.0"
        }
    },
    "icons": {
        "16": "assets\/icon_16x16.png",
        "19": "assets\/icon_19x19.png",
        "38": "assets\/icon_38x38.png",
        "48": "assets\/icon_48x48.png",
        "128": "assets\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": []
    },
    "content_security_policy": "script-src 'self' https:\/\/*.linkedin.com https:\/\/*.licdn.com 'unsafe-eval'; object-src 'self'"
}