HrFlow.ai Profile Parsing

To import profiles from webpages

HrFlow.ai Profile Parsingとは何ですか?

HrFlow.ai Profile Parsingはhttps://hrflow.aiによって開発されたChromeの拡張機能で、その主な機能は「To import profiles from webpages」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

HrFlow.ai Profile Parsing拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}