Shazaam New UI
Use Mindscope to parse candidates on any webpage with a single click.
Shazaam New UI क्या है?
Shazaam New UI mindSCOPE द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Mindscope to parse candidates on any webpage with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shazaam New UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Shazaam New UI extension by Mindscope provides recruiters the ability to parse a candidate’s resume from any web page. Recruiters can now select a piece of text they want to parse in from a web page they are currently browsing, and with the click of a button receive a new Candidate in their Mindscope database. Once the Candidate is successfully parsed into Mindscope the recruiter will get redirected to the new profile for an overview of the candidate’s information.
एक्सटेंशन की मूल जानकारी
नाम | Shazaam New UI |
ID | pjhhlhlmahfalahahpnahjaaigfaapjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/shazaam-new-ui/pjhhlhlmahfalahahpnahjaaigfaapjk |
विवरण | Use Mindscope to parse candidates on any webpage with a single click. |
फ़ाइल का आकार | 269 KB |
स्थापना संख्या | 329 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2022-10-07 |
प्रकाशन तिथि | 2020-06-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | mindSCOPE |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.mindscope.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "javascript\/event.js" ], "persistent": false }, "browser_action": { "default_title": "Shazaam New UI", "default_icon": "images\/shazaam-icon128.png", "default_popup": "main.html" }, "description": "Use Mindscope to parse candidates on any webpage with a single click.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "images\/shazaam-icon128.png", "16": "images\/shazaam-icon16.png", "48": "images\/shazaam-icon48.png" }, "manifest_version": 2, "name": "Shazaam New UI", "short_name": "by mindSCOPE", "permissions": [ "https:\/\/*.mindscope.com\/", "http:\/\/*.mindscope.com\/", "tabs", "storage", "activeTab" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9" } |