Careerdog - The ultimate job application tool

This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…

Careerdog - The ultimate job application tool란 무엇입니까?

Careerdog - The ultimate job application tool은(는) HolderRoberts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…"입니다.

확장 프로그램 스크린샷

screenshot

Careerdog - The ultimate job application tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the plugin:

Users upload their resumes and complete personal information on our website, then install this plugin.
Users go to the webpage where they want to submit their resume and use the floating window of our plugin to automatically fill out the form.
For websites we have already adapted, such as GreenHouse, after enabling the plugin, a small floating window will be automatically generated in the upper right corner. When expanded, users can click on buttons to complete the form filling more accurately.

For websites we have not yet adapted, users can also click on the plugin to manually enable the floating window and then use a script we provide, which does not guarantee reliability, to complete the form filling.                    

확장 프로그램 기본 정보

이름 Careerdog - The ultimate job application tool Careerdog - The ultimate job application tool
ID ojhelcimaailkobjdoclgfbbiahlgcdn
공식 URL https://chromewebstore.google.com/detail/careerdog-the-ultimate-jo/ojhelcimaailkobjdoclgfbbiahlgcdn
설명 This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…
파일 크기 87.73 KB
설치 횟수 315
현재 버전 4.1.1
최근 업데이트 2023-10-22
출시 날짜 2023-07-31
평점 5.00/5 총 4 개의 평점
개발자 HolderRoberts
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://careerdog.ai/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.1",
    "name": "Careerdog - The ultimate job application tool",
    "manifest_version": 3,
    "action": {
        "default_title": "Careerdog Autofiller"
    },
    "icons": {
        "128": "images\/cd-icon-color-128.png"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third_party\/jquery.min.js",
                "third_party\/select2.min.js",
                "content.min.js"
            ],
            "css": [
                "css\/selected.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.careerdog.ai\/*",
                "https:\/\/jobs.lever.co\/*",
                ""
            ],
            "js": [
                "manager.min.js"
            ],
            "css": [
                "css\/ui.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "css\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}