SharpestMinds
SharpestMinds Chrome Extension
SharpestMinds là gì?
SharpestMinds là một tiện ích mở rộng Chrome được phát triển bởi https://sharpestminds.com, và tính năng chính của nó là "SharpestMinds Chrome Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SharpestMinds
Tải xuống các tệp mở rộng SharpestMinds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmmjcbgjfemanobfggkdjpbjgmejgped |
URL Chính Thức | https://chromewebstore.google.com/detail/sharpestminds/kmmjcbgjfemanobfggkdjpbjgmejgped |
Mô tả | SharpestMinds Chrome Extension |
Kích Thước Tệp | 588 KB |
Số Lần Cài Đặt | 81 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2020-11-04 |
Nhà Phát Triển | https://sharpestminds.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sharpestminds.com |
URL Trang Trợ Giúp | https://sharpestminds.com/contact |
URL Trang Chính Sách Bảo Mật | https://app.sharpestminds.com/legalese/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |