SharpestMinds

SharpestMinds Chrome Extension

SharpestMinds란 무엇입니까?

SharpestMinds은(는) https://sharpestminds.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SharpestMinds Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

SharpestMinds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}