SalesNinja - LinkedIn AutoConnect

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

ما هو SalesNinja - LinkedIn AutoConnect؟

SalesNinja - LinkedIn AutoConnect هو إضافة Chrome تم تطويرها بواسطة SalesNinja، والميزة الرئيسية لها هي "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ".

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

screenshot

تحميل ملف CRX للإضافة SalesNinja - LinkedIn AutoConnect

قم بتنزيل ملفات الامتداد SalesNinja - LinkedIn AutoConnect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم SalesNinja - LinkedIn AutoConnect SalesNinja - LinkedIn AutoConnect
ID dnioicdaakjigceofjmhmonbcnlflpoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dnioicdaakjigceofjmhmonbcnlflpoc
الوصف Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
حجم الملف 297 KB
عدد التثبيتات 25
النسخة الحالية 2.0.0
آخر تحديث 2022-03-04
تاريخ النشر 2022-03-04
تقييم 5.00/5 مجموع تقييمات 3
المطور SalesNinja
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.salesninja.ai/
اللغات المدعومة 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"
            ]
        }
    ]
}