HrFlow.ai Profile Parsing

To import profiles from webpages

Was ist HrFlow.ai Profile Parsing?

HrFlow.ai Profile Parsing ist eine Chrome-Erweiterung, die von https://hrflow.ai entwickelt wurde, und ihr Hauptmerkmal ist "To import profiles from webpages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

HrFlow.ai Profile Parsing-Erweiterungs-CRX-Datei herunterladen

Laden Sie HrFlow.ai Profile Parsing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name HrFlow.ai Profile Parsing HrFlow.ai Profile Parsing
ID dddghlgnfegkjcmgenddppbamddoeoda
Offizielle URL https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda
Beschreibung To import profiles from webpages
Dateigröße 431 KB
Installationsanzahl 116
Aktuelle Version 7.0.0
Letztes Update 2023-11-10
Veröffentlichungsdatum 2019-06-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://hrflow.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hrflow.ai
Hilfeseite URL https://help.hrflow.ai
URL der Datenschutzrichtlinien-Seite http://help.hrflow.ai/en/articles/4418910-privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}