Randstad AI Assistant

Helps you rewrite job postings and other things!

什么是Randstad AI Assistant?

Randstad AI Assistant是由randstad.assistant开发的Chrome扩展程序,该扩展的主要功能是“Helps you rewrite job postings and other things!”。

扩展截图

screenshot
screenshot
screenshot

下载Randstad AI Assistant扩展crx文件

下载Randstad AI Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Randstad AI Assistant Randstad AI Assistant
ID edopflccfhbedemnciehdapcklngifpl
官方URL https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl
简介 Helps you rewrite job postings and other things!
文件大小 3.5 MB
安装次数 194
当前版本 0.70
更新时间 2023-11-17
上架时间 2023-07-24
开发者 randstad.assistant
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}