Randstad AI Assistant

Helps you rewrite job postings and other things!

Randstad AI Assistant là gì?

Randstad AI Assistant là một tiện ích mở rộng Chrome được phát triển bởi randstad.assistant, và tính năng chính của nó là "Helps you rewrite job postings and other things!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Randstad AI Assistant

Tải xuống các tệp mở rộng Randstad AI Assistant 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

                        Are you a busy recruiter looking for a smarter and more efficient way to create compelling job posts that attract top talent? Look no further! Randstad AI Assistant is the ultimate Chrome extension designed specifically for recruiters like you, harnessing the power of artificial intelligence to revolutionize the job posting process.                    

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

Tên Randstad AI Assistant Randstad AI Assistant
ID edopflccfhbedemnciehdapcklngifpl
URL Chính Thức https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl
Mô tả Helps you rewrite job postings and other things!
Kích Thước Tệp 3.5 MB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 0.70
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2023-07-24
Nhà Phát Triển randstad.assistant
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Randstad AI Assistant ",
    "version": "0.70",
    "manifest_version": 3,
    "description": "Helps you rewrite job postings and other things!",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "side_panel": {
        "default_path": "index.html",
        "openPanelOnActionClick": true
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/randstad-api.codebnb.me\/",
        "https:\/\/gcp-randstad-prod-gyfqsifefq-ew.a.run.app\/"
    ],
    "permissions": [
        "sidePanel",
        "contextMenus"
    ]
}