HrFlow.ai Profile Parsing

To import profiles from webpages

Cos'è HrFlow.ai Profile Parsing?

HrFlow.ai Profile Parsing è un'estensione di Chrome sviluppata da https://hrflow.ai, e la sua funzione principale è "To import profiles from webpages".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HrFlow.ai Profile Parsing

Scarica i file di estensione HrFlow.ai Profile Parsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HrFlow.ai Profile Parsing HrFlow.ai Profile Parsing
ID dddghlgnfegkjcmgenddppbamddoeoda
URL Ufficiale https://chromewebstore.google.com/detail/hrflowai-profile-parsing/dddghlgnfegkjcmgenddppbamddoeoda
Descrizione To import profiles from webpages
Dimensione del File 431 KB
Conteggio Installazioni 116
Versione Corrente 7.0.0
Ultimo Aggiornamento 2023-11-10
Data di Pubblicazione 2019-06-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://hrflow.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hrflow.ai
URL della Pagina di Aiuto https://help.hrflow.ai
URL della Pagina della Politica sulla Privacy http://help.hrflow.ai/en/articles/4418910-privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}