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 là gì?
OptimHire Profile Finder là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OptimHire Profile Finder
Tải xuống các tệp mở rộng OptimHire Profile Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hicbeppdmennfjhplohcmoamdjidelph |
URL Chính Thức | https://chrome.google.com/webstore/detail/optimhire-profile-finder/hicbeppdmennfjhplohcmoamdjidelph |
Mô tả | After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and… |
Kích Thước Tệp | 717 KB |
Số Lần Cài Đặt | 371 |
Phiên Bản Hiện Tại | 0.25 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2022-03-09 |
Nhà Phát Triển | admin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://optimhire.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |