CVSpotPlugin
CVSpotPlugin shows contacts of candidates on their LinkedIn pages.
什麼是CVSpotPlugin?
CVSpotPlugin是由https://cvspot.net開發的Chrome擴展程式,該擴展的主要功能是“CVSpotPlugin shows contacts of candidates on their LinkedIn pages.”。
擴展截圖
下載CVSpotPlugin擴展crx文件
下載CVSpotPlugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin allows you to load candidate's info, included contacts. 擴展基本資訊
| 名稱 | |
| ID | amapllhcnbchdgmokdpepldjnahakkhp |
| 官方網址 | 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\/*"
]
} | |