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 - это расширение Chrome, разработанное admin, и его основная функция - "After installing this extension it will add a button called "Add this Job" in linkedin, indeed and angellist job listing page and…".
Снимки экрана расширения
Скачать файл CRX расширения OptimHire Profile Finder
Скачайте файлы расширений 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\/*" ] } |