SharpestMinds
SharpestMinds Chrome Extension
什么是SharpestMinds?
SharpestMinds是由https://sharpestminds.com开发的Chrome扩展程序,该扩展的主要功能是“SharpestMinds Chrome Extension”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |