SharpestMinds

SharpestMinds Chrome Extension

What is SharpestMinds?

SharpestMinds is a Chrome extension developed by https://sharpestminds.com, and its main feature is "SharpestMinds Chrome Extension".

Extension Screenshots

screenshot

Download SharpestMinds Extension CRX File

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

                        An extension for SharpestMinds users. Mentees can quickly add job applications to their application tracker while browsing the web. Mentors can easily share job opportunities on the SharpestMinds job board.                    

Extension Basic Information

Name SharpestMinds SharpestMinds
ID kmmjcbgjfemanobfggkdjpbjgmejgped
Official URL https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
Description SharpestMinds Chrome Extension
File Size 588 KB
Installation Count 81
Current Version 0.8
Last Updated 2023-02-28
Publish Date 2020-11-04
Developer https://sharpestminds.com
Email [email protected]
Payment Type free
Extension Website https://sharpestminds.com
Help Page URL https://sharpestminds.com/contact
Privacy Policy Page URL https://app.sharpestminds.com/legalese/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SharpestMinds",
    "version": "0.8",
    "description": "SharpestMinds Chrome Extension",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "build\/background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "web_accessible_resources": [
        "images\/logo128.png",
        "styles\/app.css",
        "styles\/react-datepicker.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.sharpestminds.com\/*"
            ],
            "css": [
                "styles\/hideExtensionPrompt.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com\/; object-src 'self'",
    "manifest_version": 2
}