SalesNinja - LinkedIn AutoConnect
Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
Hvad er SalesNinja - LinkedIn AutoConnect?
SalesNinja - LinkedIn AutoConnect er en Chrome-udvidelse udviklet af SalesNinja, og dens hovedfunktion er "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ".
Udvidelsesskærmbilleder
Download SalesNinja - LinkedIn AutoConnect-udvidelses-CRX-fil
Download SalesNinja - LinkedIn AutoConnect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
✨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. 🚀
Grundlæggende oplysninger om udvidelsen
Navn | SalesNinja - LinkedIn AutoConnect |
ID | dnioicdaakjigceofjmhmonbcnlflpoc |
Officiel URL | https://chrome.google.com/webstore/detail/dnioicdaakjigceofjmhmonbcnlflpoc |
Beskrivelse | Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. |
Filstørrelse | 297 KB |
Antal Installationer | 25 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2022-03-04 |
Udgivelsesdato | 2022-03-04 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | SalesNinja |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.salesninja.ai/ |
Understøttede Sprog | 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" ] } ] } |