RChilli Oracle Extension

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

What is RChilli Oracle Extension?

RChilli Oracle Extension is a Chrome extension developed by dev, and its main feature is "RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RChilli Oracle Extension Extension CRX File

Download RChilli Oracle Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RChilli Oracle Extension RChilli Oracle Extension
ID beajcmdjeefgbmcgodpnfpmilihablcg
Official URL https://chromewebstore.google.com/detail/rchilli-oracle-extension/beajcmdjeefgbmcgodpnfpmilihablcg
Description RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.
File Size 4.98 MB
Installation Count 45
Current Version 2.0.1
Last Updated 2024-02-17
Publish Date 2023-05-26
Developer dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.rchilli.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}