Data Frenzy

Read and update your data in your ATS and other sites

Data Frenzy란 무엇입니까?

Data Frenzy은(는) https://www.datafrenzy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read and update your data in your ATS and other sites"입니다.

확장 프로그램 스크린샷

screenshot

Data Frenzy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fully Integrated with your ATS means:

*  Access notifications of new unread messages

*  From a candidate record (or list of candidates) you can send text messages

*  Candidates are synced so you don't have to cut and paste to create them, and you have the name of the person texting you

*  Import candidates from job boards directly into your ATS  (dupe checked)                    

확장 프로그램 기본 정보

이름 Data Frenzy Data Frenzy
ID ejboheebmdijhhpoieddlampnemhefog
공식 URL https://chromewebstore.google.com/detail/data-frenzy/ejboheebmdijhhpoieddlampnemhefog
설명 Read and update your data in your ATS and other sites
파일 크기 945 KB
설치 횟수 881
현재 버전 1.7.34
최근 업데이트 2024-02-07
출시 날짜 2020-05-20
개발자 https://www.datafrenzy.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Data Frenzy",
    "version": "1.7.34",
    "offline_enabled": false,
    "description": "Read and update your data in your ATS and other sites",
    "short_name": "DF",
    "icons": {
        "16": "icons\/df_16x16.png",
        "32": "icons\/df_32x32.png",
        "48": "icons\/df_48x48.png",
        "128": "icons\/df_128x128.png"
    },
    "browser_action": {
        "default_title": "Data Frenzy",
        "default_icon": {
            "16": "icons\/df_16x16.png",
            "32": "icons\/df_32x32.png",
            "48": "icons\/df_48x48.png",
            "128": "icons\/df_128x128.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "vendorJs\/jquery-3.3.1.min.js",
            "vendorJs\/moment.min.js",
            "vendorJs\/jquery-ui.js",
            "vendorJs\/signalr_5.0.12.min.js",
            "js\/helper\/storage.helper.js",
            "js\/helper\/ajax.helper.js",
            "js\/helper\/commons.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/employer.careerbuilder.com\/jobposter\/resumes\/ResumeDetails.aspx*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/helper\/commons.js",
                "js\/sidebar.js",
                "js\/helper\/data.list.js",
                "js\/cs_careerbuilder.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/hiring.monster.com\/jcm\/candidates\/index1.aspx*",
                "*:\/\/hiring.monster.com\/searchmonster\/job\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/helper\/ajax.helper.js",
                "js\/helper\/commons.js",
                "js\/sidebar.js",
                "js\/helper\/data.list.js",
                "js\/cs_monster.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.ziprecruiter.com\/resume-database\/view\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/helper\/commons.js",
                "js\/sidebar.js",
                "js\/cs_ziprecruiter.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/app.bullhornstaffing.com\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/sidebar.js",
                "js\/cs_bullhorn.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/beyond.ontempworks.com\/*",
                "*:\/\/beyond.tempworks.io\/*",
                "*:\/\/beyond.eastridge.com\/*",
                "*:\/\/os.surgejobs.com\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/helper\/commons.js",
                "js\/helper\/data.list.js",
                "js\/sidebar.js",
                "js\/cs_tempworks.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.csod.com\/*"
            ],
            "css": [
                "css\/sidebar.css"
            ],
            "js": [
                "vendorJs\/jquery-3.3.1.min.js",
                "vendorJs\/moment.min.js",
                "vendorJs\/jquery-ui.js",
                "vendorJs\/signalr_5.0.12.min.js",
                "js\/helper\/storage.helper.js",
                "js\/sidebar.js",
                "js\/cs_cornerstone.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "management"
    ],
    "web_accessible_resources": [
        "*"
    ]
}