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是由https://cognism.com開發的Chrome擴展程式,該擴展的主要功能是“Find premium email and mobile data for your most valuable prospects - directly in your Chrome Browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cognism - Premium Sales Intelligence擴展crx文件

下載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
官方網址 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"
}