Zeko.ai LinkedIn Auto Invite
Zeko.ai | LinkedIn Auto Invite
Zeko.ai LinkedIn Auto Invite란 무엇입니까?
Zeko.ai LinkedIn Auto Invite은(는) Rahul에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zeko.ai | LinkedIn Auto Invite"입니다.
확장 프로그램 스크린샷
Zeko.ai LinkedIn Auto Invite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Elevate your professional connections and hiring process with our Chrome extension! Created by the Zeko.ai team, this tool makes networking and recruitment a breeze by sending automated LinkedIn invites to profiles that match your needs. Features: 1. 🧠 Smart Invitations: Effortlessly send invites with our intelligent system. 2. 🌐 Effortless Networking: Expand your network easily with diverse industry professionals. 3. 🤝 Seamless Integration: Enhance networking without disrupting your workflow. 4. 🌟 User-Friendly: Intuitive interface for all skill levels. 5. 🔒 Privacy and Security: Industry-leading measures for your protection. How to Use: 1. Get the extension from the Chrome Web Store. 2. Visit https://zeko.ai 3. Log in or create an account. 4. Request candidate searches. 5. Set up your invite message and preferences. 6. The extension will auto-send invites for you. Ideal for: 1. Recruiters broadening their talent pool. 2. Professionals expanding industry connections. 3. Organizations streamlining networking and recruitment.
확장 프로그램 기본 정보
이름 | Zeko.ai LinkedIn Auto Invite |
ID | hdleoahggoicgiangicnkdcfkollkcjb |
공식 URL | https://chromewebstore.google.com/detail/zekoai-linkedin-auto-invi/hdleoahggoicgiangicnkdcfkollkcjb |
설명 | Zeko.ai | LinkedIn Auto Invite |
파일 크기 | 244 KB |
설치 횟수 | 69 |
현재 버전 | 2.0 |
최근 업데이트 | 2024-02-03 |
출시 날짜 | 2023-08-22 |
평점 | 4.82/5 총 11 개의 평점 |
개발자 | Rahul |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zeko.ai |
도움말 페이지 URL | https://zeko.ai |
개인정보 보호 정책 페이지 URL | https://myways.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0", "name": "Zeko.ai LinkedIn Auto Invite", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" } }, "permissions": [ "cookies", "activeTab" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/sst.zeko.ai\/*", "https:\/\/zeko.ai\/*" ], "homepage_url": "https:\/\/zeko.ai", "background": { "service_worker": "worker.js" } } |