6sense SI Extension for Chrome

Find company and prospect data via ANY website or LinkedIn profile page.

6sense SI Extension for Chromeคืออะไร?

6sense SI Extension for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://6sense.com และคุณลักษณะหลักของมันคือ "Find company and prospect data via ANY website or LinkedIn profile page."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 6sense SI Extension for Chrome

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

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

                        The 6sense Chrome Extension empowers sellers with the intelligence they need to discover in-market accounts, engage them, and close deals faster than ever.

Get email addresses, direct dials, and firmographic data within one place to effectively research and prospect accounts across the web. 

With the 6sense extension, you can:
-Build prospect lists from LinkedIn Sales Navigator and immediately discover each prospect’s contact data.

-Visit any website and instantly uncover the most critical firmographic information (company size, revenue, number of employees, etc.) and key decision-makers across departments.

-Use that data for prospecting immediately into your key accounts —  all within one screen.

-Build lead lists based on specific filter criteria to better locate and manage your prospect data.

6sense data is verified by 15+ online sources and refreshed monthly to ensure you always have the most up-to-date details.

How do you use the 6sense Chrome extension?
-Install the plugin
-Log in or sign up* using your work email ID
-Visit any prospect’s website or LinkedIn profile
-Click on the 6sense icon in Google Chrome to get instant data insights

*New users who sign-up for the free plan receive 50 credits (contact data look-ups).

If you use 6sense Revenue AI for Sales, the Chrome Extension will provide you complete access to your intent, technographic, and predictive data.                    

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

ชื่อ 6sense SI Extension for Chrome 6sense SI Extension for Chrome
ID mkpoonlmiaknmcdcmdhbnehhglndcolf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/6sense-si-extension-for-c/mkpoonlmiaknmcdcmdhbnehhglndcolf
คำอธิบาย Find company and prospect data via ANY website or LinkedIn profile page.
ขนาดไฟล์ 6.85 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 5.18.15
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2020-01-14
คะแนน 4.72/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://6sense.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.6sense.com/
URL หน้านโยบายความเป็นส่วนตัว https://6sense.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "6sense SI Extension for Chrome",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqAHBiqsffUA3hJ0KjX+xQMUSSmt+jc58obilt\/81b51xpl+qS+qPNjdLHtajNCadnwdV+iHLMDNWvr+bqAuPp5RqJ7SJyGF0Rg4uYfSnO\/8khX+5F22NCk77I8f0T0ObyZmm4ltZ6guEcKB6w25HSKGw+rVnukxaILp3x16FlGwEPsH7wO3y6L9n5BARbFdDSlzi8uqcp3I7poKx+WqGHlpdoUyvQZ0TuvBTFQoY2ssmbUs\/xJfNZP3+zNK4DsJpNgEWzDv5HH2z+muMX88H\/K54xQBR3phiDttmJuFsQikRjxat5tLVcWEztrx61QTmkZzgl2Nf6vVlG\/EFJelsWwIDAQAB",
    "description": "Find company and prospect data via ANY website or LinkedIn profile page.",
    "version": "5.18.15",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "6sense.png"
        },
        "default_title": "Find company and prospect data via ANY website or LinkedIn profile page."
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js",
                ".\/jquery.js"
            ],
            "css": [
                ".\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.slintel.com\/*",
            "*:\/\/*.6sense.com\/*",
            "*:\/\/*.localhost.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "system.display",
        "declarativeNetRequest",
        "notifications"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "csp_ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "newapp.html",
                "extended-ce.html",
                "pendo.js",
                "plugin.js",
                "preloader.js",
                "pendo.preview.min.js",
                "pendo.debugger.min.js",
                "pendo-unminified.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/dashboard.slintel.com",
        "*:\/\/*\/*"
    ]
}