CVSpotPlugin
CVSpotPlugin shows contacts of candidates on their LinkedIn pages.
CVSpotPluginคืออะไร?
CVSpotPlugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cvspot.net และคุณลักษณะหลักของมันคือ "CVSpotPlugin shows contacts of candidates on their LinkedIn pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CVSpotPlugin
ดาวน์โหลดไฟล์ส่วนขยาย CVSpotPlugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |