Randstad AI Assistant

Helps you rewrite job postings and other things!

Co to jest Randstad AI Assistant?

Randstad AI Assistant to rozszerzenie Chrome opracowane przez randstad.assistant, a jego główną funkcją jest „Helps you rewrite job postings and other things!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Randstad AI Assistant

Pobierz pliki rozszerzeń Randstad AI Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Randstad AI Assistant Randstad AI Assistant
ID edopflccfhbedemnciehdapcklngifpl
Oficjalny URL https://chromewebstore.google.com/detail/randstad-ai-assistant/edopflccfhbedemnciehdapcklngifpl
Opis Helps you rewrite job postings and other things!
Rozmiar pliku 3.5 MB
Liczba instalacji 194
Aktualna Wersja 0.70
Ostatnia Aktualizacja 2023-11-17
Data Publikacji 2023-07-24
Deweloper randstad.assistant
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}