RChilli Oracle Extension

RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.

RChilli Oracle Extension क्या है?

RChilli Oracle Extension dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में RChilli Oracle Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        RChilli Oracle extension is a powerful Chrome extension that enhances a recruiting experience by seamlessly adding candidate resumes and mapping them with your jobs. With its intuitive interface and robust features, the extension is designed with an aim to make the process of adding, updating, and mapping parsed candidate data faster, easier, and more efficient.                    

एक्सटेंशन की मूल जानकारी

नाम RChilli Oracle Extension RChilli Oracle Extension
ID beajcmdjeefgbmcgodpnfpmilihablcg
आधिकारिक URL https://chromewebstore.google.com/detail/rchilli-oracle-extension/beajcmdjeefgbmcgodpnfpmilihablcg
विवरण RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.
फ़ाइल का आकार 4.98 MB
स्थापना संख्या 45
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-02-17
प्रकाशन तिथि 2023-05-26
डेवलपर dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.rchilli.com/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RChilli Oracle Extension",
    "description": "RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.",
    "version": "2.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "",
        "default_title": "RChilli Oracle Extension",
        "default_icon": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "notifications",
        "management"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icon.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "beajcmdjeefgbmcgodpnfpmilihablcg"
            ]
        }
    ]
}