AI Fox

AI Fox from HURMA – sourcing in a few clicks

AI Foxคืออะไร?

AI Fox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hurma.work และคุณลักษณะหลักของมันคือ "AI Fox from HURMA – sourcing in a few clicks"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Fox

ดาวน์โหลดไฟล์ส่วนขยาย AI Fox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AI Fox makes talent sourcing easy and quick! 

The plugin helps to automate recruiting in a few clicks:
1. Check the most popular job search websites.
2. Open the resumes of the candidates you like.
3. Immediately add them to your HURMA candidate database.

AI Fox will automatically create a profile of a new candidate in HURMA. The information provided by the candidate will be transferred there from the job search website. You will be able to follow the link to a profile in a new tab.

Important! To use the AI Fox plugin, you need to be signed in to your HURMA personal account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Fox AI Fox
ID fhmgmglbnkddnkkcglfahocfahmjplbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-fox/fhmgmglbnkddnkkcglfahocfahmjplbj
คำอธิบาย AI Fox from HURMA – sourcing in a few clicks
ขนาดไฟล์ 20.88 MB
จำนวนการติดตั้ง 1,694
เวอร์ชันปัจจุบัน 7.6.8
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2021-10-26
คะแนน 4.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://hurma.work
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hurma.work/en/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://hurma.work/en/privacy-policy
ภาษาที่รองรับ en,es,es-419,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "7.6.8",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "AI Fox"
    },
    "permissions": [
        "background",
        "tabs",
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.hurma.work\/*"
        ]
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/popup.html",
                "\/button.html",
                "\/js\/popup.js",
                "\/js\/chunk-vendors.js",
                "\/js\/background.js",
                "\/js\/candidate.js",
                "\/js\/candidateBumeranBase.js",
                "\/js\/parseLinkedinApi.js",
                "\/js\/parseRabotaAuth.js",
                "\/js\/parseNewWorkua.js",
                "\/js\/parseHH.js",
                "\/js\/parseDjinni",
                "\/js\/parseBumeran.js",
                "\/js\/parseLaborum.js",
                "\/js\/parseZonajobs.js",
                "\/js\/parseOCC.js",
                "\/js\/parseIndeed.js",
                "\/js\/parseIndeedRespond.js",
                "\/js\/parseComputrabajo.js",
                "\/js\/parseTrabajando.js",
                "\/js\/index.js",
                "\/js\/universalScrapper.js",
                "icons\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}