SoloStar
Supercharge your recruiting game.
什麼是SoloStar?
SoloStar是由https://solostar.io開發的Chrome擴展程式,該擴展的主要功能是“Supercharge your recruiting game.”。
擴展截圖
下載SoloStar擴展crx文件
下載SoloStar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SoloStar is a browser extension that enhances LinkedIn profiles and recruiter searches to help you unlock top talent.
Feedback or concerns? Contact us at [email protected] 擴展基本資訊
| 名稱 | |
| ID | mpgifldcehdaecljlhiifnljeeganpmg |
| 官方網址 | https://chromewebstore.google.com/detail/solostar/mpgifldcehdaecljlhiifnljeeganpmg |
| 簡介 | Supercharge your recruiting game. |
| 檔案大小 | 155 KB |
| 安裝次數 | 351 |
| 目前版本 | 0.0.26 |
| 更新時間 | 2024-01-18 |
| 上架時間 | 2022-01-19 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | https://solostar.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://solostar.io |
| 說明頁面URL | https://solostar.io/contact |
| 隱私政策頁面URL | https://solostar.io/privacy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SoloStar",
"version": "0.0.26",
"description": "Supercharge your recruiting game.",
"author": "SoloStar",
"icons": {
"192": "assets\/logo192.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/talent\/*"
],
"js": [
"import-content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_popup": "pages\/popup.html"
},
"web_accessible_resources": [
{
"resources": [
"pages\/sidebar.html"
],
"matches": [
"https:\/\/*.linkedin.com\/*"
]
},
{
"resources": [
"chunks\/*-*.js",
"content.js"
],
"matches": [
"https:\/\/*.linkedin.com\/*"
]
}
],
"options_page": "pages\/options.html"
} | |