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 |
| 公式URL | 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 |
| Eメール | [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"
} | |