HrFlow.ai Profile Parsing

To import profiles from webpages

Qu'est-ce que HrFlow.ai Profile Parsing ?

HrFlow.ai Profile Parsing est une extension Chrome développée par https://hrflow.ai, et sa fonction principale est "To import profiles from webpages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HrFlow.ai Profile Parsing

Téléchargez les fichiers d'extension HrFlow.ai Profile Parsing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom HrFlow.ai Profile Parsing HrFlow.ai Profile Parsing
ID dddghlgnfegkjcmgenddppbamddoeoda
URL Officiel https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda
Description To import profiles from webpages
Taille du Fichier 431 KB
Nombre d'Installations 116
Version Actuelle 7.0.0
Dernière Mise à Jour 2023-11-10
Date de Publication 2019-06-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://hrflow.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hrflow.ai
URL de la Page d'Aide https://help.hrflow.ai
URL de la Page de Politique de Confidentialité http://help.hrflow.ai/en/articles/4418910-privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}