Randstad AI Assistant

Helps you rewrite job postings and other things!

Co je Randstad AI Assistant?

Randstad AI Assistant je rozšíření Chrome vyvinuté randstad.assistant, a jeho hlavní funkcí je „Helps you rewrite job postings and other things!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Randstad AI Assistant

Stáhněte si soubory rozšíření Randstad AI Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Randstad AI Assistant Randstad AI Assistant
ID edopflccfhbedemnciehdapcklngifpl
Oficiální URL https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl
Popis Helps you rewrite job postings and other things!
Velikost souboru 3.5 MB
Počet instalací 194
Aktuální Verze 0.70
Poslední Aktualizace 2023-11-17
Datum Vydání 2023-07-24
Vývojář randstad.assistant
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}