RChilli Oracle Extension

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

什么是RChilli Oracle Extension?

RChilli Oracle Extension是由dev开发的Chrome扩展程序,该扩展的主要功能是“RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载RChilli Oracle Extension扩展crx文件

下载RChilli Oracle Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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