SharpestMinds
SharpestMinds Chrome Extension
SharpestMinds क्या है?
SharpestMinds https://sharpestminds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SharpestMinds Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SharpestMinds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |