SharpestMinds

SharpestMinds Chrome Extension

SharpestMindsとは何ですか?

SharpestMindsはhttps://sharpestminds.comによって開発されたChromeの拡張機能で、その主な機能は「SharpestMinds Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

SharpestMinds拡張機能のCRXファイルをダウンロード

SharpestMinds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SharpestMinds SharpestMinds
ID kmmjcbgjfemanobfggkdjpbjgmejgped
公式URL https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
説明 SharpestMinds Chrome Extension
ファイルサイズ 588 KB
インストール数 81
現在のバージョン 0.8
最終更新日 2023-02-28
公開日 2020-11-04
開発者 https://sharpestminds.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sharpestminds.com
ヘルプページのURL https://sharpestminds.com/contact
プライバシーポリシーページのURL https://app.sharpestminds.com/legalese/privacy-policy
対応言語 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
}