Resume Analyser

Summarize information about resumes

Vad är Resume Analyser?

Resume Analyser är en Chrome-tillägg utvecklad av Agency Enterprise, och dess huvudfunktion är "Summarize information about resumes".

Tilläggsskärmbilder

screenshot

Ladda ner Resume Analyser-förlängningens CRX-fil

Ladda ner Resume Analyser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Quickly find all relevant keywords in a resume and categorize them, allowing recruiters to make decisions way faster.                    

Grundläggande Information om Tillägg

Namn Resume Analyser Resume Analyser
ID elmcigdcojionkbdpfkdonjcpibmlmnc
Officiell webbadress https://chromewebstore.google.com/detail/resume-analyser/elmcigdcojionkbdpfkdonjcpibmlmnc
Beskrivning Summarize information about resumes
Filstorlek 207 KB
Antal Installationer 54
Aktuell Version 1.0.1
Senast Uppdaterad 2021-11-18
Publiceringsdatum 2021-11-14
Utvecklare Agency Enterprise
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ae.studio
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resume Analyser",
    "description": "Summarize information about resumes",
    "version": "1.0.1",
    "action": {
        "default_popup": "index.html",
        "default_title": "Analyze"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ]
}