GlobalDatabase: B2B Emails & Sales Automation

See any Email or Phone Number of any Lead at a glance while browsing LinkedIn.

Τι είναι το GlobalDatabase: B2B Emails & Sales Automation;

Το GlobalDatabase: B2B Emails & Sales Automation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://globaldatabase.com, και η κύρια λειτουργία του είναι "See any Email or Phone Number of any Lead at a glance while browsing LinkedIn.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GlobalDatabase: B2B Emails & Sales Automation

Λήψη αρχείων επέκτασης GlobalDatabase: B2B Emails & Sales Automation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "Global Database Outreach" – The ultimate browser extension for professionals seeking an edge in business intelligence. Effortlessly integrated with popular websites, including LinkedIn, this extension transforms your browser into a powerful hub for company intelligence. 

Description: Elevate your market research and business analysis with Global Database Outreach. This comprehensive extension offers a suite of features designed to provide a 360-degree view of any business landscape: 

Comprehensive Company Overview: Instantly view a company’s key details while browsing any site, especially professional networks like LinkedIn. 

Verification and Compliance: Easily verify a company's active trading status and access essential legal identifiers like registration and VAT numbers. 

Financial Deep Dive: Unlock in-depth financial data of companies, essential for market analysis, competitor research, and investment decisions. 

Executive Outreach: Identify and contact key decision-makers within companies. Ideal for building a network or establishing new business relationships. 

Discover Similar Companies: Explore a curated list of similar companies, providing a broader understanding of the industry and potential opportunities. 

Email Integration & Sequencing: Engage with potential leads directly through the extension. Create and manage email sequences to streamline your outreach efforts. 

Custom Lists and Profiles: Conveniently save and organize company and contact profiles, making it easier to track and revisit important leads. 

Global Database Outreach is more than just an extension; it's a strategic business tool. Whether for lead generation, competitor analysis, or market exploration, this extension brings a wealth of information to your fingertips.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GlobalDatabase: B2B Emails & Sales Automation GlobalDatabase: B2B Emails & Sales Automation
ID bjahjijchjnokbgbahdmfcjoblkicank
Επίσημο URL https://chromewebstore.google.com/detail/globaldatabase-b2b-emails/bjahjijchjnokbgbahdmfcjoblkicank
Περιγραφή See any Email or Phone Number of any Lead at a glance while browsing LinkedIn.
Μέγεθος Αρχείου 919 KB
Αριθμός Εγκαταστάσεων 632
Τρέχουσα Έκδοση 1.14.3
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2022-05-08
Αξιολόγηση 5.00/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής https://globaldatabase.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.globaldatabase.com
Διεύθυνση URL της Σελίδας Βοήθειας https://platform.globaldatabase.com/public/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.globaldatabase.com/privacy-notice
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.14.3",
    "description": "__MSG_description__",
    "short_name": "__MSG_slug__",
    "default_locale": "en",
    "homepage_url": "https:\/\/globaldatabase.com",
    "icons": {
        "16": "assets\/png\/icon16.png",
        "32": "assets\/png\/icon32.png",
        "48": "assets\/png\/icon48.png",
        "96": "assets\/png\/icon96.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "import-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/platform.globaldatabase.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "node_modules\/tinymce\/**\/*.js",
                "node_modules\/tinymce\/**\/*.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/dashboard-api.globaldatabase.com\/*",
                "https:\/\/marketing-api.globaldatabase.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/dashboard-api.globaldatabase.com\/*",
        "https:\/\/marketing-api.globaldatabase.com\/*"
    ]
}