JobFrom Automator

Simplify Your Job Hunt with JobForm Automator: Apply with Ease.

Wat is JobFrom Automator?

JobFrom Automator is een Chrome-extensie ontwikkeld door https://jobformautomator.com, en de belangrijkste functie is "Simplify Your Job Hunt with JobForm Automator: Apply with Ease.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JobFrom Automator

Download JobFrom Automator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto-Fill Magic & One-Time Data Entry:
Streamline your job applications with JobForm Automator. fill forms as usual, and our extension securely saves your data, ready to auto-fill any future forms at the press of a button. Enjoy a faster, secure job search without the repetitive typing.

Smart Error Reporting:
Encounter an issue? With a simple *Alt+G*, our smart error reporting takes note and our team gets to work. We’re committed to a hassle-free experience.

Your Data, Secured:
We use advanced encryption to keep your personal information private and secure. You're in control — delete your data at any time with complete peace of mind.

Crafted by Job Seekers, For Job Seekers:
Developed with empathy and insider knowledge, we continuously refine JobForm Automator to work across diverse job portals. Tailor your job search with precision and ease.

Easy Setup & Use:
1. Install the extension.
2. Sign up/in.
3. Let JobForm Automator discreetly and securely handle your data in the background as you fill out job applications. Your information is encrypted and stored safely, ready for when you need it.
[You don't need to fill any from Jobform Automator]
4. Navigate to a job form, hit *control+space*, and watch it auto-fill.
5. Encounter problem hit Alt + G.
6. Exercise full control over your data with the ability to delete your stored information from JobForm Automator at any moment, no questions asked.

Coming Soon:
- Enhanced form detection with advanced AI.
- Integration with top job platforms.

Responsive Support:
Our support team is always ready to help. Reach out with any questions!

Install JobForm Automator and turn the job search marathon into a sprint!                    

Basisinformatie over de Extensie

Naam JobFrom Automator JobFrom Automator
ID lknamgjmcmbfhcjjeicdndokedcmpbaa
Officiële URL https://chromewebstore.google.com/detail/jobfrom-automator/lknamgjmcmbfhcjjeicdndokedcmpbaa
Beschrijving Simplify Your Job Hunt with JobForm Automator: Apply with Ease.
Bestandsgrootte 1.25 MB
Aantal Installaties 45
Huidige Versie 0.5
Laatst Bijgewerkt 2024-01-14
Publicatiedatum 2023-11-13
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://jobformautomator.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jobformautomator.com
Help Pagina-URL https://jobformautomator.com/contact.html
URL van de Privacybeleid Pagina https://jobformautomator.com/policy.html
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.5",
    "name": "JobFrom Automator",
    "description": "Simplify Your Job Hunt with JobForm Automator: Apply with Ease.",
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/images\/logo16.png",
            "32": ".\/images\/logo32.png",
            "48": ".\/images\/logo64.png",
            "128": ".\/images\/logo128.png"
        },
        "default_title": "JobFrom Automator"
    },
    "icons": {
        "16": ".\/images\/logo16.png",
        "32": ".\/images\/logo32.png",
        "48": ".\/images\/logo64.png",
        "128": ".\/images\/logo128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "oauth2": {
        "client_id": "634138686420-jc9jd8fem50k2o3je012e0k52tvfs3un.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqpm2K9JIVm4r0PVd3poL2yu1V0BD746DLNGPEzLGgf7VIcTLumZbQDN2a08VBj2FW1jvdHj5gRypVs7jNPjOmSX83+Yf19Eogy7bDHo+04isGjEbFq3yy\/CsQVU\/TnoL54rtkroEjeEIoWJOIK8BJKNvWrC\/eoia0w4QQM5aTIbwe42a5zYf3ucu5aOYVsNRlXyufHM7+jfgJp2Hx3RyIHGcCEq2t8z09FUeqfsLF1M+Uc6Qgc2gwvU+0oaXhUShRiRfgiAIxv2lWSPrAT79M\/eym6PIx5lKSNSkedwev4GKqe7zIXxU7axi6j8okvNH\/KeyQSE5VHL6Q065LM+m7QIDAQAB"
}