RecruiterExtension

This is a sample extension that works to help recruiting

What is RecruiterExtension?

RecruiterExtension is a Chrome extension developed by suket.s16, and its main feature is "This is a sample extension that works to help recruiting".

Extension Screenshots

screenshot

Download RecruiterExtension Extension CRX File

Download RecruiterExtension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RecruiterExtension RecruiterExtension
ID gpeeahfkpkinldndkiihnjgpegiccgcc
Official URL https://chromewebstore.google.com/detail/recruiterextension/gpeeahfkpkinldndkiihnjgpegiccgcc
Description This is a sample extension that works to help recruiting
File Size 270 KB
Installation Count 24
Current Version 5.0.4
Last Updated 2023-03-02
Publish Date 2023-03-01
Developer suket.s16
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}