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
电子邮箱 [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\/*"
        ]
    }
}