Randstad AI Assistant

Helps you rewrite job postings and other things!

Randstad AI Assistant क्या है?

Randstad AI Assistant randstad.assistant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you rewrite job postings and other things!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Randstad AI Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}