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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin is designed for users of the CareerDog website (https://careerdog.ai/). Users primarily follow these steps to use the…"।

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

screenshot

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

crx प्रारूप में Careerdog - The ultimate job application tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}