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 |
电子邮箱 | [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\/*" ] } |