JobTarget Navigator

Seamlessly access JobTarget tools and services directly from your browser.

JobTarget Navigator란 무엇입니까?

JobTarget Navigator은(는) https://www.jobtarget.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly access JobTarget tools and services directly from your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

JobTarget Navigator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}