Sphaxx
Free Linkedin Automation Tool
Sphaxx란 무엇입니까?
Sphaxx은(는) Titouan Luciani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Linkedin Automation Tool"입니다.
확장 프로그램 스크린샷
Sphaxx 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automate your linkedin prospection process securily with high time efficiency. Generate highly qualified leads. Send auto connect personalized requests and messages. Test and optimize your campaigns through real-time analytics. Reach up to 400 prospects per week for 15 minutes of your time. How does it works ? 1) Connect to your Linkedin account 2) Make a Linkedin search 3) Filter by people (click on the "People" button) 4) Import your prospects through our extension 5) Open the app to see your dashboard and manage your campaigns This extension set up its own cookies in order to handle the authentication process and communicate between linkedin and the app interface.
확장 프로그램 기본 정보
이름 | Sphaxx |
ID | bofbclgnenhpggnjificbbidaenmophm |
공식 URL | https://chromewebstore.google.com/detail/sphaxx/bofbclgnenhpggnjificbbidaenmophm |
설명 | Free Linkedin Automation Tool |
파일 크기 | 233 KB |
설치 횟수 | 22 |
현재 버전 | 1.6.7 |
최근 업데이트 | 2021-05-27 |
출시 날짜 | 2021-04-22 |
개발자 | Titouan Luciani |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sphaxx.co/privacy-policy-french |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sphaxx", "description": "Free Linkedin Automation Tool", "version": "1.6.7", "permissions": [ "storage", "cookies", "tabs", "webNavigation", "https:\/\/www.linkedin.com\/*", "https:\/\/sphaxx-five.vercel.app\/*", "https:\/\/sphaxx-five.vercel.app\/*" ], "background": { "scripts": [ ".\/bg.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "sphaxx16.png" }, "icons": { "16": "sphaxx16.png", "32": "32.png", "48": "48.png", "128": "sphaxx128.png" }, "manifest_version": 2 } |