Cognism - Premium Sales Intelligence

Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.

Cognism - Premium Sales Intelligenceคืออะไร?

Cognism - Premium Sales Intelligence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cognism.com และคุณลักษณะหลักของมันคือ "Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cognism - Premium Sales Intelligence

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

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

                        Cognism provides you with what sales professionals want the most: business emails and DNC-cleaned, 98% accurate mobile numbers for your future customers in EMEA and the US.

Use the Cognism Chrome Extension to identify multiple entries into target accounts and prioritise your prospect list through a combination of company fit, your prospects’ position & seniority, and availability of a mobile number. The Chrome Extension works with LinkedIn and Sales Navigator. 

Download Cognism’s Chrome Extension today and see firsthand how Cognism helps over 1800 teams worldwide to hit and exceed quota.                    

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

ชื่อ Cognism - Premium Sales Intelligence Cognism - Premium Sales Intelligence
ID idfblidcbbfkggckamnibfbngnbgjocf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cognism-premium-sales-int/idfblidcbbfkggckamnibfbngnbgjocf
คำอธิบาย Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.
ขนาดไฟล์ 1.8 MB
จำนวนการติดตั้ง 31,098
เวอร์ชันปัจจุบัน 3.8.2
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-09-30
คะแนน 4.76/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา https://cognism.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cognism.com
URL หน้าช่วยเหลือ https://cognism.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://cognism.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cognism - Premium Sales Intelligence",
    "manifest_version": 3,
    "description": "Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/*",
                "libraries\/*",
                "*.woff",
                "*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.cognism.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html?module=popup"
    },
    "icons": {
        "16": "assets\/cognism-chrome-extension-icon-16.png",
        "48": "assets\/cognism-chrome-extension-icon-48.png",
        "128": "assets\/cognism-chrome-extension-icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.cognism.com\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "version": "3.8.2"
}