AutoApplyBot

Accelerate your job applications

Vad är AutoApplyBot?

AutoApplyBot är en Chrome-tillägg utvecklad av ryanmack91, och dess huvudfunktion är "Accelerate your job applications".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner AutoApplyBot-förlängningens CRX-fil

Ladda ner AutoApplyBot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        AutoApplyBot makes job applications a breeze! Simply highlight a question from a job application, right-click, and AutoApplyBot generates an answer based on your writing style and work experience. Powered by ChatGPT, our answers improve the more you use it as it learns with each answer. 

Are you a freelanceer on Toptal, Upwork, Fiverr, or another similar site? AutoApplyBot can slash your time spent on job applications by 95% so you can land more jobs and spend more time on what matters! 

Get started in no time with these simple steps:
- Download the AutoApplyBot Chrome extension
- Upload previous job application answers to teach AutoApplyBot your work experience and writing style (optional)
- Use AutoApplyBot to answer questions on your next job application
- Review each answer for accuracy and make any needed changes                    

Grundläggande Information om Tillägg

Namn AutoApplyBot AutoApplyBot
ID mbnmdfeikijhodebdfgijlfmodmfenik
Officiell webbadress https://chromewebstore.google.com/detail/autoapplybot/mbnmdfeikijhodebdfgijlfmodmfenik
Beskrivning Accelerate your job applications
Filstorlek 2.24 MB
Antal Installationer 81
Aktuell Version 2.36
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2023-04-24
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare ryanmack91
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.nomad-toolkit.com/autoapplybot
URL till Sekretesspolicy Sidan https://www.nomad-toolkit.com/legal
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoApplyBot",
    "description": "Accelerate your job applications",
    "version": "2.36",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhH5flsK9Xnb4q2IwuCdtOpF7yfvdUSuiVMbT63a+kV3o\/ZGw18PWj0bZdF3Ne0emh\/gCe\/R1BQx7l\/3vbkpyxzL0uZw9ZkLHu2PRfuRALpLRWeCsWl9WXVIGWl\/ww4psCV2gu5fpeLtNsWzpfED37T6UpvTY3lDA0gBbF7h63chd9kcDpE96KHWILn0SbDHuyuZ9aMYVoc6Ql3S2f7krm4YucQbWULQrU584dtBVkjJOIdO\/3k+VCBtr8j\/nkSrWv1YXF22j1Eq3LikTXH6lVonxh7TBq\/flTF+9DMtxK0Uelri70G8DzkOiQ1AIISwBZN5BWzDGCZhDQGMo829kHQIDAQAB",
    "permissions": [
        "storage",
        "contextMenus",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/*.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Copy text",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "content.js",
                "assets\/plugins\/toaster.js"
            ],
            "css": [
                "assets\/css\/toaster.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "220073734605-rtmqhmk3k5jk51i3g80vk4o79vhq85lu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "128": "robot.png"
    }
}