SalesNinja - LinkedIn AutoConnect

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

What is SalesNinja - LinkedIn AutoConnect?

SalesNinja - LinkedIn AutoConnect is a Chrome extension developed by SalesNinja, and its main feature is "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ".

Extension Screenshots

screenshot

Download SalesNinja - LinkedIn AutoConnect Extension CRX File

Download SalesNinja - LinkedIn AutoConnect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✨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. 🚀                    

Extension Basic Information

Name SalesNinja - LinkedIn AutoConnect SalesNinja - LinkedIn AutoConnect
ID dnioicdaakjigceofjmhmonbcnlflpoc
Official URL https://chrome.google.com/webstore/detail/dnioicdaakjigceofjmhmonbcnlflpoc
Description Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
File Size 297 KB
Installation Count 25
Current Version 2.0.0
Last Updated 2022-03-04
Publish Date 2022-03-04
Rating 5.00/5 Total 3 Ratings
Developer SalesNinja
Email [email protected]
Payment Type free
Extension Website https://www.salesninja.ai/
Supported Languages 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"
            ]
        }
    ]
}