Zeko.ai LinkedIn Auto Invite

Zeko.ai | LinkedIn Auto Invite

Zeko.ai LinkedIn Auto Invite là gì?

Zeko.ai LinkedIn Auto Invite là một tiện ích mở rộng Chrome được phát triển bởi Rahul, và tính năng chính của nó là "Zeko.ai | LinkedIn Auto Invite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zeko.ai LinkedIn Auto Invite

Tải xuống các tệp mở rộng Zeko.ai LinkedIn Auto Invite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zeko.ai LinkedIn Auto Invite Zeko.ai LinkedIn Auto Invite
ID hdleoahggoicgiangicnkdcfkollkcjb
URL Chính Thức https://chromewebstore.google.com/detail/zekoai-linkedin-auto-invi/hdleoahggoicgiangicnkdcfkollkcjb
Mô tả Zeko.ai | LinkedIn Auto Invite
Kích Thước Tệp 244 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-02-03
Ngày Phát Hành 2023-08-22
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Rahul
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zeko.ai
URL Trang Trợ Giúp https://zeko.ai
URL Trang Chính Sách Bảo Mật https://myways.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}