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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |