SalesNinja - LinkedIn AutoConnect
Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool.
SalesNinja - LinkedIn AutoConnectとは何ですか?
SalesNinja - LinkedIn AutoConnectはSalesNinjaによって開発されたChromeの拡張機能で、その主な機能は「Automation Solution for LinkedIn lead generation and prospecting. LinkedIn auto connect tool. 」です。
拡張機能のスクリーンショット
SalesNinja - LinkedIn AutoConnect拡張機能のCRXファイルをダウンロード
SalesNinja - LinkedIn AutoConnect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✨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 |
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 |
Eメール | [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" ] } ] } |