JobTarget Navigator

Seamlessly access JobTarget tools and services directly from your browser.

Что такое JobTarget Navigator?

JobTarget Navigator - это расширение Chrome, разработанное https://www.jobtarget.com, и его основная функция - "Seamlessly access JobTarget tools and services directly from your browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Using JobTarget is now easier than ever! JobTarget Navigator was created to bring your favorite JobTarget tools and services to you, right in your browser, so you can easily access them throughout your day. You'll be able to check the status of your jobs, write job descriptions using AI, find new job sites, discover new candidates, and so much more.  

To use JobTarget Navigator:

1. Add and install the extension to your browser. 
2. Log-in to your JobTarget account using your employer log-in information. 
3. Pin the extension for easy access. 
4. Start using JobTarget Navigator!                    

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

Название JobTarget Navigator JobTarget Navigator
ID ofppmohanjacmbjhbfoiajmhochpaofl
Официальный URL https://chromewebstore.google.com/detail/jobtarget-navigator/ofppmohanjacmbjhbfoiajmhochpaofl
Описание Seamlessly access JobTarget tools and services directly from your browser.
Размер файла 3.74 MB
Количество установок 249
Текущая Версия 0.1.14
Последнее Обновление 2024-02-28
Дата публикации 2023-06-10
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://www.jobtarget.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.jobtarget.com/
URL страницы помощи https://support.jobtarget.com/s/
URL страницы политики конфиденциальности https://www.jobtarget.com/privacy-policy
Поддерживаемые языки en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JobTarget Navigator",
    "description": "Seamlessly access JobTarget tools and services directly from your browser.",
    "version": "0.1.14",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jobtarget.com\/oc\/browser-extension-auth-success*"
            ],
            "js": [
                ".\/src\/sources\/jobtarget-auth.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/recruitingbypaycor.com\/*",
                "https:\/\/*.recruitingbypaycor.com\/*",
                "https:\/\/*.recruitingbypaycor-dev.com\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/paycor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.agilehrqa.com\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/prismhr.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.jazz.co\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/jazzhr.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.paylocity.com\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/paylocity.js"
            ]
        },
        {
            "matches": [
                "https:\/\/workforcenow.adp.com\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/adp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.icims.com\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/icims.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/wp-admin\/*"
            ],
            "js": [
                ".\/src\/sources\/partners\/automattic.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/jobtarget-logo-16.png",
        "48": ".\/assets\/jobtarget-logo-48.png",
        "128": ".\/assets\/jobtarget-logo-128.png"
    },
    "options_page": ".\/options.html",
    "devtools_page": ".\/devtools.html",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.jobtarget.com\/*"
            ],
            "resources": [
                "auth.html"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "prompts.html"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}