Selling.com

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

ما هو Selling.com؟

Selling.com هو إضافة Chrome تم تطويرها بواسطة Infotelligent Product، والميزة الرئيسية لها هي "Selling.com Chrome Extension. B2B contact info - find validated emails and mobile phones of 200M+ decision-makers.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Selling.com

قم بتنزيل ملفات الامتداد Selling.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}