Demandbase for Sales

All the B2B data and intelligence you need to drive from lead to revenue.

Demandbase for Sales क्या है?

Demandbase for Sales Demandbase, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All the B2B data and intelligence you need to drive from lead to revenue."।

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

screenshot
screenshot

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

crx प्रारूप में Demandbase for Sales एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        There’s a lot more to sales than a canned pitch and a list of direct dials. After all, you’re selling to people, not numbers — real people, at real accounts, with real problems — problems you can help solve. The key is getting them to listen, and that happens when you reach out in a way that’s not just timely, but relevant too. 

Sales Intelligence puts Demandbase’s Account Intelligence at your fingertips so you can find more of the right prospects at the right time, engage with them on a deeper level, and win more—all faster and easier than ever.

Take Sales Intelligence with you wherever you go using the Demandbase browser extension. Prospecting on LinkedIn? Get complete contact details, including email addresses, direct and mobile phone numbers. Researching on a company website? Tap into our rich Account Intelligence. Right then. Right there. It’s all a click away and you can sync the data directly into your CRM. The easy-peasy way to always have clean, complete data.
- Get complete contact details, including email addresses and phone numbers
- Dive deep into accounts on company websites
- Target accurately with one-click data sync to CRM

Check us out today: https://www.demandbase.com/products/sales-intelligence/                    

एक्सटेंशन की मूल जानकारी

नाम Demandbase for Sales Demandbase for Sales
ID lheehdbcfgapcfcnhncidpmcmdodiidd
आधिकारिक URL https://chromewebstore.google.com/detail/demandbase-for-sales/lheehdbcfgapcfcnhncidpmcmdodiidd
विवरण All the B2B data and intelligence you need to drive from lead to revenue.
फ़ाइल का आकार 151 KB
स्थापना संख्या 7,195
वर्तमान संस्करण 0.26
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2020-11-05
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Demandbase, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.demandbase.com/
सहायता पृष्ठ URL https://kb.insideview.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://www.demandbase.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Demandbase for Sales",
    "description": "All the B2B data and intelligence you need to drive from lead to revenue.",
    "version": "0.26",
    "author": "Demandbase, Inc.",
    "icons": {
        "16": "assets\/images\/icons\/db-logo-16.png",
        "32": "assets\/images\/icons\/db-logo-32.png",
        "48": "assets\/images\/icons\/db-logo-48.png",
        "128": "assets\/images\/icons\/db-logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icons\/db-logo-16.png",
            "32": "assets\/images\/icons\/db-logo-32.png",
            "48": "assets\/images\/icons\/db-logo-48.png",
            "128": "assets\/images\/icons\/db-logo-128.png"
        },
        "default_title": "Demandbase"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqsfnuU1gG9gQdPk4zS95za92cfic8fkEoZ52XlsNzSfmfzowY1rS9oOQOLEi4QcLutTQ4YzTKozBKBUC\/m1AHzBgMoGDA5UexizX5LdtUzZuPR4ovfRSymQUqAvuxmis0sHFIv6ewX+VRQLhJIj1xmjyCOoxkNpr+ChdW1mefG6iN+sXV\/lZmk6NO03XMfOoi6RB8PvUP5Oa4Xl3r6mwZFBcsC6w8u2Wh1oTpHSQz3MgbSgMRpQXFc18z66AaSfBxkEQWeo5KEzY4UCFYDMmH0dD4d8OKDs0JPh1Ck0XAKP2P6CflvbRmRDbmdXYqagDZZmPyNGNZwIvM0Nja6KsyQIDAQAB",
    "permissions": [
        "activeTab",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/my.insideview.com blob: filesystem:; object-src 'self' blob: filesystem:;",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "iv-chrome-content.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/iv-chrome-background.js"
        ]
    },
    "web_accessible_resources": [
        "index.html",
        "assets\/*",
        "js\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.insideview.com\/*"
        ]
    }
}