Mahiba

The ultimate headhunting tool.

Что такое Mahiba?

Mahiba - это расширение Chrome, разработанное Mahiba, и его основная функция - "The ultimate headhunting tool.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Mahiba

Скачайте файлы расширений Mahiba в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a productivity enhancing tool specifically for StepStone UK users of StepStone job board brands.

It provides access to contact details of candidates with social media profiles of whom have agreed to share their information with you under your StepStone contract.

You need to link your account to a full Candidate Search licence with one of our job boards in order to use Mahiba.

For help and support please contact [email protected]

Mahiba is a product bought to you by StepStone UK

Privacy Policy

https://www.totaljobs.com/recruiters/privacy#Mahiba
https://www.cwjobs.co.uk/recruiters/privacy#Mahiba
https://www.caterer.com/recruiters/privacy#Mahiba
https://www.catererglobal.com/recruiters/privacy#Mahiba                    

Основная информация о расширении

Название Mahiba Mahiba
ID hnkbmfejkhgcmoinnehjhlodjjldgeoc
Официальный URL https://chromewebstore.google.com/detail/mahiba/hnkbmfejkhgcmoinnehjhlodjjldgeoc
Описание The ultimate headhunting tool.
Размер файла 388 KB
Количество установок 5,431
Текущая Версия 0.9.5
Последнее Обновление 2023-01-26
Дата публикации 2020-04-08
Рейтинг 4.30/5 Всего 10 оценок
Разработчик Mahiba
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.totaljobs.com/recruiters/privacy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mahiba",
    "short_name": "Mahiba",
    "version": "0.9.5",
    "description": "The ultimate headhunting tool.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "css\/mahiba.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_title": "Mahiba",
        "default_icon": "images\/icon.png",
        "default_popup": "templates\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/chrome.mahiba.com\/",
        "https:\/\/recruiter.careerstructure.com\/",
        "https:\/\/recruiter.caterer.com\/",
        "https:\/\/recruiter.cityjobs.com\/",
        "https:\/\/recruiter.cwjobs.co.uk\/",
        "https:\/\/recruiter.emedcareers.com\/",
        "https:\/\/recruiter.jobsite.co.uk\/",
        "https:\/\/recruiter.justengineers.net\/",
        "https:\/\/recruiter.retailchoice.com\/",
        "https:\/\/recruiter.totaljobs.com\/"
    ],
    "web_accessible_resources": [
        "images\/*",
        "templates\/*",
        "fonts\/*"
    ]
}