OptimHire Profile Finder
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…
OptimHire Profile Finderとは何ですか?
OptimHire Profile Finderはadminによって開発されたChromeの拡張機能で、その主な機能は「After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…」です。
拡張機能のスクリーンショット
OptimHire Profile Finder拡張機能のCRXファイルをダウンロード
OptimHire Profile Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and also add a button called "View OptimHire Profile" in linkedin profile page. This button highlights weather that job and profile is exist in our database or not.
拡張機能の基本情報
名前 | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
公式URL | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
説明 | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
ファイルサイズ | 717 KB |
インストール数 | 371 |
現在のバージョン | 0.25 |
最終更新日 | 2022-11-03 |
公開日 | 2022-03-09 |
開発者 | admin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://optimhire.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OptimHire Profile Finder", "version": "0.25", "content_security_policy": { "script-src": "self unsafe-eval", "object": "self" }, "icons": { "220": "O-letter.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/angel.co\/role\/l\/*", "https:\/\/*.indeed.com\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "http:\/\/dev.optimhire.com:4000\/*" ] } |