RChilli Oracle Extension

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

Wat is RChilli Oracle Extension?

RChilli Oracle Extension is een Chrome-extensie ontwikkeld door dev, en de belangrijkste functie is "RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RChilli Oracle Extension

Download RChilli Oracle Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RChilli Oracle Extension RChilli Oracle Extension
ID beajcmdjeefgbmcgodpnfpmilihablcg
Officiële URL https://chromewebstore.google.com/detail/rchilli-oracle-extension/beajcmdjeefgbmcgodpnfpmilihablcg
Beschrijving RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.
Bestandsgrootte 4.98 MB
Aantal Installaties 45
Huidige Versie 2.0.1
Laatst Bijgewerkt 2024-02-17
Publicatiedatum 2023-05-26
Ontwikkelaar dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.rchilli.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}