Randstad AI Assistant

Helps you rewrite job postings and other things!

Apa itu Randstad AI Assistant?

Randstad AI Assistant adalah ekstensi Chrome yang dikembangkan oleh randstad.assistant, dan fitur utamanya adalah "Helps you rewrite job postings and other things!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Randstad AI Assistant

Unduh file ekstensi Randstad AI Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Randstad AI Assistant Randstad AI Assistant
ID edopflccfhbedemnciehdapcklngifpl
URL Resmi https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl
Deskripsi Helps you rewrite job postings and other things!
Ukuran File 3.5 MB
Jumlah Instalasi 194
Versi Saat Ini 0.70
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2023-07-24
Pengembang randstad.assistant
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}