CATS Extension

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

CATS Extension क्या है?

CATS Extension https://catsone.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add candidates and contacts from popular websites directly into the CATS applicant tracking system."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CATS Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}