Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Linkedin Recruiter Office Extensionとは何ですか?
Linkedin Recruiter Office Extensionはddeveloper.dotnetによって開発されたChromeの拡張機能で、その主な機能は「This extenstion adds button to linkedin profile page.」です。
拡張機能のスクリーンショット
Linkedin Recruiter Office Extension拡張機能のCRXファイルをダウンロード
Linkedin Recruiter Office Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Recruiter Office help extension.
拡張機能の基本情報
名前 | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
公式URL | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
説明 | This extenstion adds button to linkedin profile page. |
ファイルサイズ | 28.99 KB |
インストール数 | 93 |
現在のバージョン | 0.0.11 |
最終更新日 | 2022-06-12 |
公開日 | 2019-12-02 |
開発者 | ddeveloper.dotnet |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Recruiter Office Extension", "version": "0.0.11", "manifest_version": 2, "description": "This extenstion adds button to linkedin profile page.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/localhost:44366\/", "https:\/\/recruiter-office.by\/", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |