HrFlow.ai Profile Parsing

To import profiles from webpages

HrFlow.ai Profile Parsingคืออะไร?

HrFlow.ai Profile Parsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hrflow.ai และคุณลักษณะหลักของมันคือ "To import profiles from webpages"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HrFlow.ai Profile Parsing

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

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

                        Easily import profiles and resumes from any webpage or professional social networks into HrFlow .                    

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

ชื่อ HrFlow.ai Profile Parsing HrFlow.ai Profile Parsing
ID dddghlgnfegkjcmgenddppbamddoeoda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda
คำอธิบาย To import profiles from webpages
ขนาดไฟล์ 431 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 7.0.0
อัปเดตครั้งล่าสุด 2023-11-10
วันที่เผยแพร่ 2019-06-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://hrflow.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hrflow.ai
URL หน้าช่วยเหลือ https://help.hrflow.ai
URL หน้านโยบายความเป็นส่วนตัว http://help.hrflow.ai/en/articles/4418910-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HrFlow.ai Profile Parsing",
    "version": "7.0.0",
    "description": "To import profiles from webpages",
    "icons": {
        "38": "38.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "HrFlow.ai Profile Parsing"
    },
    "options_page": "src\/pages\/options\/index.html",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/reveal.hrflow.ai\/*",
        "https:\/\/hrflow.ai\/*",
        "https:\/\/*.hrflow.ai\/*",
        "https:\/\/*.hrflow.ai\/*",
        "https:\/\/www.hrflow.ai\/*",
        "https:\/\/linkedin.com\/in\/*",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/api.segment.io\/v1\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16995093031.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "riminder.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}