RChilli Oracle Extension

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

RChilli Oracle Extensionคืออะไร?

RChilli Oracle Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev และคุณลักษณะหลักของมันคือ "RChilli Oracle Extension is a powerful Chrome extension that enhances a recruiting experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RChilli Oracle Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}