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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Selling.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}