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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}