RecruiterExtension

This is a sample extension that works to help recruiting

Vad är RecruiterExtension?

RecruiterExtension är en Chrome-tillägg utvecklad av suket.s16, och dess huvudfunktion är "This is a sample extension that works to help recruiting".

Tilläggsskärmbilder

screenshot

Ladda ner RecruiterExtension-förlängningens CRX-fil

Ladda ner RecruiterExtension-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

                        RecruiterPlus aims to automate the recruiting practice. By integrating with Linkedin XRay, this chrome extension provides high quality and accurate recommendations for people one should reach out to in order to get their next big job. 

Features
 - Automatically find potential future connections for a role
 - Have personalized search results based on your experience 
 - Completely Free                    

Grundläggande Information om Tillägg

Namn RecruiterExtension RecruiterExtension
ID gpeeahfkpkinldndkiihnjgpegiccgcc
Officiell webbadress https://chromewebstore.google.com/detail/recruiterextension/gpeeahfkpkinldndkiihnjgpegiccgcc
Beskrivning This is a sample extension that works to help recruiting
Filstorlek 270 KB
Antal Installationer 24
Aktuell Version 5.0.4
Senast Uppdaterad 2023-03-02
Publiceringsdatum 2023-03-01
Utvecklare suket.s16
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a sample extension that works to help recruiting",
    "version": "5.0.4",
    "manifest_version": 3,
    "name": "RecruiterExtension",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}