Randstad AI Assistant

Helps you rewrite job postings and other things!

ما هو Randstad AI Assistant؟

Randstad AI Assistant هو إضافة Chrome تم تطويرها بواسطة randstad.assistant، والميزة الرئيسية لها هي "Helps you rewrite job postings and other things!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Randstad AI Assistant

قم بتنزيل ملفات الامتداد Randstad AI Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}