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文件
下載Zeko.ai LinkedIn Auto Invite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | hdleoahggoicgiangicnkdcfkollkcjb |
| 官方網址 | 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"
}
} | |