Clobbi Recruitment Extension

Clobbi recruitment software extension

Hvad er Clobbi Recruitment Extension?

Clobbi Recruitment Extension er en Chrome-udvidelse udviklet af https://www.clobbi.com, og dens hovedfunktion er "Clobbi recruitment software extension".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Clobbi Recruitment Extension-udvidelses-CRX-fil

Download Clobbi Recruitment Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Save resumes from popular job resources to Clobbi.

This browser extension allows you to add candidates directly popular job resources without having to enter their information manually.
Parse online candidate profiles, review the information, add them to your Clobbi and associate them to a vacancy opening almost instantly.
Every candidate you add appears in your database as a structured and searchable candidate profile.

This extension automatically shows which profiles are in your Clobbi database. 
That way you don't have to manually check it for yourself, which makes it easier to connect with new candidates right away.                    

Grundlæggende oplysninger om udvidelsen

Navn Clobbi Recruitment Extension Clobbi Recruitment Extension
ID bdkameljhephalfojkpanegoekmbkhom
Officiel URL https://chromewebstore.google.com/detail/clobbi-recruitment-extens/bdkameljhephalfojkpanegoekmbkhom
Beskrivelse Clobbi recruitment software extension
Filstørrelse 1017 KB
Antal Installationer 81
Nuværende Version 1.0.89
Senest Opdateret 2024-01-12
Udgivelsesdato 2020-06-25
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://www.clobbi.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://clobbi.com/privacy-policy
Understøttede Sprog en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.89",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/clobbi16.png",
            "64": "images\/clobbi64.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/clobbi16.png",
        "64": "images\/clobbi64.png"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "images\/clobbi16.png",
        "images\/autorenew.png",
        "images\/options.png",
        "options.js",
        "popup.js",
        "options.html",
        "chosen-sprite.png",
        "images\/clobbi_animated.gif"
    ],
    "homepage_url": "http:\/\/www.clobbi.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "jquerry.js",
            "background.js",
            "js\/aes.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rabota.ua\/*",
                "https:\/\/robota.ua\/*"
            ],
            "js": [
                "rabotaua\/RabotaUaNew.js",
                "jquerry.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.work.ua\/*"
            ],
            "js": [
                "jquerry.js",
                "workua\/WorkUaSearch.js",
                "workua\/WorkUaProfile.js",
                "workua\/WorkUaPage.js",
                "js\/bootstrap.min.js",
                "js\/chosen.jquery.js",
                "js\/prism.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.olx.ua\/*",
                "https:\/\/www.olx.kz\/*"
            ],
            "js": [
                "jquerry.js",
                "olx\/Main.js",
                "olx\/Search.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/grc.ua\/*",
                "*:\/\/*.grc.ua\/*",
                "https:\/\/hh.kz\/*"
            ],
            "js": [
                "jquerry.js",
                "hhua\/HhUaSearch.js",
                "js\/bootstrap.min.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "hhua\/HhUaProfile.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/djinni.co\/*"
            ],
            "js": [
                "jquerry.js",
                "djinni\/Search.js",
                "djinni\/Inbox.js",
                "djinni\/Profile.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquerry.js",
                "linkedin\/LIMain.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        },
        {
            "matches": [
                "https:\/\/jobs.dou.ua\/companies\/it\/admin\/vacancies\/*"
            ],
            "js": [
                "jquerry.js",
                "dou\/DouReplies.js",
                "js\/chosen.jquery.js",
                "js\/prism.js",
                "js\/bootstrap.min.js"
            ],
            "css": [
                "olx\/style.css",
                "css\/prism.css",
                "css\/chosen.css"
            ]
        }
    ]
}