SharpestMinds

SharpestMinds Chrome Extension

Qu'est-ce que SharpestMinds ?

SharpestMinds est une extension Chrome développée par https://sharpestminds.com, et sa fonction principale est "SharpestMinds Chrome Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SharpestMinds

Téléchargez les fichiers d'extension SharpestMinds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SharpestMinds SharpestMinds
ID kmmjcbgjfemanobfggkdjpbjgmejgped
URL Officiel https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
Description SharpestMinds Chrome Extension
Taille du Fichier 588 KB
Nombre d'Installations 81
Version Actuelle 0.8
Dernière Mise à Jour 2023-02-28
Date de Publication 2020-11-04
Développeur https://sharpestminds.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sharpestminds.com
URL de la Page d'Aide https://sharpestminds.com/contact
URL de la Page de Politique de Confidentialité https://app.sharpestminds.com/legalese/privacy-policy
Langues Prises en Charge 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
}