CATS Extension

Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system.

CATS Extension란 무엇입니까?

CATS Extension은(는) https://catsone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system."입니다.

확장 프로그램 스크린샷

screenshot

CATS Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save time when sourcing candidates and contacts from websites like LinkedIn, Monster, CareerBuilder and Dice. Click the CATS icon to parse contact information from web pages. Review and make edits, then click submit to add the data right into CATS.

CATS is a full-featured applicant tracking system that's easy to learn, yet incredibly powerful. Try it free at catsone.com.                    

확장 프로그램 기본 정보

이름 CATS Extension CATS Extension
ID elhkfmcodhgaoodhemkeempcihlcbpia
공식 URL https://chromewebstore.google.com/detail/cats-extension/elhkfmcodhgaoodhemkeempcihlcbpia
설명 Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system.
파일 크기 184 KB
설치 횟수 4,327
현재 버전 3.2.69
최근 업데이트 2024-02-23
출시 날짜 2020-05-01
평점 4.15/5 총 20 개의 평점
개발자 https://catsone.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://catsone.com/features/browser-extension/#feature-top
도움말 페이지 URL https://help.catsone.com/article/181-browser-extension-set-up
개인정보 보호 정책 페이지 URL https://topechelon.com/privacy-policy
지원되는 언어 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "CATS Extension",
    "version": "3.2.69",
    "description": "Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system.",
    "author": "Top Echelon",
    "icons": {
        "16": "files\/cats-16.png",
        "48": "files\/cats-48.png",
        "128": "files\/cats-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "32": "files\/cats-disabled.png"
        },
        "default_title": "CATS"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.angel.co\/*",
                "*:\/\/*.careerbuilder.com\/*",
                "*:\/\/*.dice.com\/*",
                "*:\/\/*.dice.ca\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.monster.com\/*",
                "*:\/\/*.monster.ca\/*",
                "*:\/\/*.monsterboard.nl\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.xing.com\/*",
                "*:\/\/*.ziprecruiter.com\/*",
                "*:\/\/*.zoominfo.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "files\/*"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAo\/9hVAPoyOOPye7oPL0sxvnxGq36gFR\/10z8kl2uHuRgpuavTHZsNYpQMLhfaVVsNLL2WS6sNc3AVd6LhzIaw4Vn8++yS2k48AJmrCAbilrLbUPtZTrctxFH\/RCM9T8VbS9V8KHWCU1XHfX5h1YtWEJwZVRjoOpo49Y7Rvie8QIDAQAB",
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation",
        "https:\/\/app.catsone.com\/*",
        "https:\/\/app.catsone.nl\/*"
    ]
}