SharpestMinds

SharpestMinds Chrome Extension

Co to jest SharpestMinds?

SharpestMinds to rozszerzenie Chrome opracowane przez https://sharpestminds.com, a jego główną funkcją jest „SharpestMinds Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SharpestMinds

Pobierz pliki rozszerzeń SharpestMinds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SharpestMinds SharpestMinds
ID kmmjcbgjfemanobfggkdjpbjgmejgped
Oficjalny URL https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
Opis SharpestMinds Chrome Extension
Rozmiar pliku 588 KB
Liczba instalacji 81
Aktualna Wersja 0.8
Ostatnia Aktualizacja 2023-02-28
Data Publikacji 2020-11-04
Deweloper https://sharpestminds.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sharpestminds.com
Adres URL Strony Pomocy https://sharpestminds.com/contact
Adres URL Strony Polityki Prywatności https://app.sharpestminds.com/legalese/privacy-policy
Obsługiwane Języki 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
}