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
官方網址 https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped
簡介 SharpestMinds Chrome Extension
檔案大小 588 KB
安裝次數 81
目前版本 0.8
更新時間 2023-02-28
上架時間 2020-11-04
開發者 https://sharpestminds.com
電子郵箱 [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
}