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 là gì?

Careerdog - The ultimate job application tool là một tiện ích mở rộng Chrome được phát triển bởi HolderRoberts, và tính năng chính của nó là "This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…".

Ả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 Careerdog - The ultimate job application tool

Tải xuống các tệp mở rộng Careerdog - The ultimate job application tool 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

                        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.                    

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

Tên Careerdog - The ultimate job application tool Careerdog - The ultimate job application tool
ID ojhelcimaailkobjdoclgfbbiahlgcdn
URL Chính Thức https://chromewebstore.google.com/detail/careerdog-the-ultimate-jo/ojhelcimaailkobjdoclgfbbiahlgcdn
Mô tả This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…
Kích Thước Tệp 87.73 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 4.1.1
Cập Nhật Lần Cuối 2023-10-22
Ngày Phát Hành 2023-07-31
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển HolderRoberts
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://careerdog.ai/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}