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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |