SalesNinja - LinkedIn AutoConnect
Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
Cos'è SalesNinja - LinkedIn AutoConnect?
SalesNinja - LinkedIn AutoConnect è un'estensione di Chrome sviluppata da SalesNinja, e la sua funzione principale è "Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SalesNinja - LinkedIn AutoConnect
Scarica i file di estensione SalesNinja - LinkedIn AutoConnect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✨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. 🚀
Informazioni di Base sull'Estensione
Nome | SalesNinja - LinkedIn AutoConnect |
ID | dnioicdaakjigceofjmhmonbcnlflpoc |
URL Ufficiale | https://chrome.google.com/webstore/detail/dnioicdaakjigceofjmhmonbcnlflpoc |
Descrizione | Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. |
Dimensione del File | 297 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2022-03-04 |
Data di Pubblicazione | 2022-03-04 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | SalesNinja |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.salesninja.ai/ |
Lingue Supportate | 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" ] } ] } |