CATS Extension

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

CATS Extension là gì?

CATS Extension là một tiện ích mở rộng Chrome được phát triển bởi https://catsone.com, và tính năng chính của nó là "Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CATS Extension

Tải xuống các tệp mở rộng CATS Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CATS Extension CATS Extension
ID elhkfmcodhgaoodhemkeempcihlcbpia
URL Chính Thức https://chromewebstore.google.com/detail/cats-extension/elhkfmcodhgaoodhemkeempcihlcbpia
Mô tả Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system.
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 4,327
Phiên Bản Hiện Tại 3.2.69
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-05-01
Đánh Giá 4.15/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://catsone.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://catsone.com/features/browser-extension/#feature-top
URL Trang Trợ Giúp https://help.catsone.com/article/181-browser-extension-set-up
URL Trang Chính Sách Bảo Mật https://topechelon.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}