SharpestMinds

SharpestMinds Chrome Extension

SharpestMindsคืออะไร?

SharpestMinds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sharpestminds.com และคุณลักษณะหลักของมันคือ "SharpestMinds Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SharpestMinds

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}