SoloStar

Supercharge your recruiting game.

What is SoloStar?

SoloStar is a Chrome extension developed by https://solostar.io, and its main feature is "Supercharge your recruiting game.".

Extension Screenshots

screenshot
screenshot

Download SoloStar Extension CRX File

Download SoloStar 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

                        SoloStar is a browser extension that enhances LinkedIn profiles and recruiter searches to help you unlock top talent.

Feedback or concerns? Contact us at [email protected]                    

Extension Basic Information

Name SoloStar SoloStar
ID mpgifldcehdaecljlhiifnljeeganpmg
Official URL https://chromewebstore.google.com/detail/solostar/mpgifldcehdaecljlhiifnljeeganpmg
Description Supercharge your recruiting game.
File Size 155 KB
Installation Count 351
Current Version 0.0.26
Last Updated 2024-01-18
Publish Date 2022-01-19
Rating 5.00/5 Total 6 Ratings
Developer https://solostar.io
Email [email protected]
Payment Type free
Extension Website https://solostar.io
Help Page URL https://solostar.io/contact
Privacy Policy Page URL https://solostar.io/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoloStar",
    "version": "0.0.26",
    "description": "Supercharge your recruiting game.",
    "author": "SoloStar",
    "icons": {
        "192": "assets\/logo192.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "import-content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/sidebar.html"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "options_page": "pages\/options.html"
}