Linkedin Recruiter Office Extension
This extenstion adds button to linkedin profile page.
Что такое Linkedin Recruiter Office Extension?
Linkedin Recruiter Office Extension - это расширение Chrome, разработанное ddeveloper.dotnet, и его основная функция - "This extenstion adds button to linkedin profile page.".
Снимки экрана расширения
Скачать файл CRX расширения Linkedin Recruiter Office Extension
Скачайте файлы расширений Linkedin Recruiter Office Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Recruiter Office help extension.
Основная информация о расширении
Название | Linkedin Recruiter Office Extension |
ID | hldmgnalgllnijfjojnfpfochojnfife |
Официальный URL | https://chrome.google.com/webstore/detail/linkedin-recruiter-office/hldmgnalgllnijfjojnfpfochojnfife |
Описание | This extenstion adds button to linkedin profile page. |
Размер файла | 28.99 KB |
Количество установок | 93 |
Текущая Версия | 0.0.11 |
Последнее Обновление | 2022-06-12 |
Дата публикации | 2019-12-02 |
Разработчик | ddeveloper.dotnet |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkedin Recruiter Office Extension", "version": "0.0.11", "manifest_version": 2, "description": "This extenstion adds button to linkedin profile page.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/localhost:44366\/", "https:\/\/recruiter-office.by\/", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/in\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |