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
Eメール [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"
    ]
}