SharpestMinds

SharpestMinds Chrome Extension

Wat is SharpestMinds?

SharpestMinds is een Chrome-extensie ontwikkeld door https://sharpestminds.com, en de belangrijkste functie is "SharpestMinds Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SharpestMinds

Download SharpestMinds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SharpestMinds SharpestMinds
ID kmmjcbgjfemanobfggkdjpbjgmejgped
Officiële URL https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
Beschrijving SharpestMinds Chrome Extension
Bestandsgrootte 588 KB
Aantal Installaties 81
Huidige Versie 0.8
Laatst Bijgewerkt 2023-02-28
Publicatiedatum 2020-11-04
Ontwikkelaar https://sharpestminds.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sharpestminds.com
Help Pagina-URL https://sharpestminds.com/contact
URL van de Privacybeleid Pagina https://app.sharpestminds.com/legalese/privacy-policy
Ondersteunde Talen 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
}