Selling.com

Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.

Selling.comとは何ですか?

Selling.comはInfotelligent Productによって開発されたChromeの拡張機能で、その主な機能は「Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Selling.com拡張機能のCRXファイルをダウンロード

Selling.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Book more meetings - Find emails, direct dial numbers, social profiles of 130M+ decision-makers. 

Selling.com gives you instant contact and company intelligence as you browse through Linkedin profiles or company websites.

Add prospects directly from Linkedin to your CRM in a single click.

With Selling.com you can instantly access:
     • B2B Emails
     • Cell phone numbers
     • Employees’ Job Title, Department, and Job Level
     • Company Phone Numbers
     • Company Industry, SIC Code, NAICS Code
     • Company Demographics
     • Company Revenue
     • Email Patterns
     • Number of Employees
     • Tech Install
     • Intent signals

…… and a lot more!



Visit us @ www.selling.com                    

拡張機能の基本情報

名前 Selling.com Selling.com
ID fdjminldlpednddoeokglgpjiibncfpe
公式URL https://chromewebstore.google.com/detail/sellingcom/fdjminldlpednddoeokglgpjiibncfpe
説明 Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.
ファイルサイズ 2.92 MB
インストール数 1,779
現在のバージョン 4.3.18
最終更新日 2024-02-26
公開日 2020-03-26
評価 4.20/5 合計 5 レビュー
開発者 Infotelligent Product
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.selling.com
プライバシーポリシーページのURL https://selling.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selling.com",
    "version": "4.3.18",
    "description": "Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.",
    "browser_action": {
        "default_icon": {
            "16": "images\/logo_grey.png",
            "32": "images\/logo_grey.png",
            "48": "images\/logo_grey.png",
            "128": "images\/logo_grey.png"
        },
        "default_title": "Selling.com",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "author": "Selling.com",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "cookies",
        "",
        "storage",
        "webNavigation"
    ],
    "minimum_chrome_version": "60",
    "web_accessible_resources": [
        "*.svg",
        "*.jpg",
        "*.png",
        "*.ttf",
        "*.eot",
        "*.woff"
    ],
    "homepage_url": "https:\/\/app.selling.com\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.infusearch.com\/*",
            "https:\/\/*.infotelligent.com\/*",
            "https:\/\/*.selling.com\/*"
        ]
    }
}