CVSpotPlugin
CVSpotPlugin shows contacts of candidates on their LinkedIn pages.
CVSpotPlugin क्या है?
CVSpotPlugin https://cvspot.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CVSpotPlugin shows contacts of candidates on their LinkedIn pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CVSpotPlugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin allows you to load candidate's info, included contacts.
एक्सटेंशन की मूल जानकारी
नाम | CVSpotPlugin |
ID | amapllhcnbchdgmokdpepldjnahakkhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/cvspotplugin/amapllhcnbchdgmokdpepldjnahakkhp |
विवरण | CVSpotPlugin shows contacts of candidates on their LinkedIn pages. |
फ़ाइल का आकार | 671 KB |
स्थापना संख्या | 168 |
वर्तमान संस्करण | 2.11.0 |
अंतिम अपडेट | 2021-07-23 |
प्रकाशन तिथि | 2020-06-17 |
डेवलपर | https://cvspot.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cvspot.net |
सहायता पृष्ठ URL | https://cvspot.net/contacts |
समर्थित भाषाएँ | uk |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" }, "default_popup": "popup.html", "default_title": "CVSpot plugin" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } } }, "content_scripts": [ { "js": [ "libs\/icons.js", "libs\/jquery.min.js", "libs\/url.js", "includesContent\/thSettings.js", "content.js" ], "matches": [ "*:\/\/cvspot.net\/*", "*:\/\/cvspot.local\/*" ] }, { "css": [ "dou_job_page_content.css" ], "js": [ "libs\/locations.js", "libs\/job_tags.js", "libs\/icons.js", "libs\/jquery.min.js", "libs\/url.js", "includesContent\/thSettings.js", "dou_job_page_content.js" ], "matches": [ "*:\/\/jobs.dou.ua\/*" ] }, { "css": [ "libs\/popup-inline.css", "libs\/font_awesome\/font-awesome.css", "libs\/tooltipster\/tooltipster.bundle.min.css", "libs\/tooltipster\/tooltipster-sideTip-borderless.min.css" ], "js": [ "libs\/icons.js", "libs\/jquery.min.js", "libs\/tooltipster\/tooltipster.bundle.min.js", "libs\/clipboard.min.js", "li_content.js" ], "matches": [ "http:\/\/linkedin.com\/*", "https:\/\/linkedin.com\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "CVSpotPlugin shows contacts of candidates on their LinkedIn pages.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "CVSpotPlugin", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "tabs", "*:\/\/*\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.11.0", "web_accessible_resources": [ "check.js", "libs\/font_awesome\/fonts\/*" ] } |