JobFrom Automator

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

Co je JobFrom Automator?

JobFrom Automator je rozšíření Chrome vyvinuté https://jobformautomator.com, a jeho hlavní funkcí je „Simplify Your Job Hunt with JobForm Automator: Apply with Ease.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JobFrom Automator

Stáhněte si soubory rozšíření JobFrom Automator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název JobFrom Automator JobFrom Automator
ID lknamgjmcmbfhcjjeicdndokedcmpbaa
Oficiální URL https://chromewebstore.google.com/detail/jobfrom-automator/lknamgjmcmbfhcjjeicdndokedcmpbaa
Popis Simplify Your Job Hunt with JobForm Automator: Apply with Ease.
Velikost souboru 1.25 MB
Počet instalací 45
Aktuální Verze 0.5
Poslední Aktualizace 2024-01-14
Datum Vydání 2023-11-13
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://jobformautomator.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jobformautomator.com
URL Stránky Nápovědy https://jobformautomator.com/contact.html
URL Stránky Zásad Ochrany Soukromí https://jobformautomator.com/policy.html
Podporované Jazyky 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"
}