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文件

下載Careerdog - The ultimate job application tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}