SalesNinja - LinkedIn AutoConnect

Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.

Was ist SalesNinja - LinkedIn AutoConnect?

SalesNinja - LinkedIn AutoConnect ist eine Chrome-Erweiterung, die von SalesNinja entwickelt wurde, und ihr Hauptmerkmal ist "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ".

Erweiterungsscreenshots

screenshot

SalesNinja - LinkedIn AutoConnect-Erweiterungs-CRX-Datei herunterladen

Laden Sie SalesNinja - LinkedIn AutoConnect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✨FREE LinkedIn Lead Generation Solution - Connect up to 100 people PER day✨

🥷 Sales Ninja is a prospecting solution that helps you find new customers and grow revenue faster, completely on autopilot. It is super easy to use. It's the perfect tool for prospecting on LinkedIn. No technical know-how needed. Get started in under 2 minutes.  

How does it work?

▶️ We use automation and data analytics to help companies connect with valuable prospects. Contact your target automatically on LinkedIn.

🚀 Save time, expand outreach, and scale rapidly. 🚀                    

Grundlegende Informationen zur Erweiterung

Name SalesNinja - LinkedIn AutoConnect SalesNinja - LinkedIn AutoConnect
ID dnioicdaakjigceofjmhmonbcnlflpoc
Offizielle URL https://chrome.google.com/webstore/detail/dnioicdaakjigceofjmhmonbcnlflpoc
Beschreibung Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
Dateigröße 297 KB
Installationsanzahl 25
Aktuelle Version 2.0.0
Letztes Update 2022-03-04
Veröffentlichungsdatum 2022-03-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler SalesNinja
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.salesninja.ai/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SalesNinja - LinkedIn AutoConnect",
    "description": "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ",
    "version": "2.0.0",
    "action": {
        "default_popup": "pages\/src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "pages\/src\/options\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/search\/results\/people\/*",
                "https:\/\/*.linkedin.com\/mynetwork\/*"
            ],
            "js": [
                "tab\/tab.es.js"
            ]
        }
    ]
}