JobFrom Automator

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

O que é JobFrom Automator?

JobFrom Automator é uma extensão do Chrome desenvolvida por https://jobformautomator.com, e sua principal característica é "Simplify Your Job Hunt with JobForm Automator: Apply with Ease.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JobFrom Automator

Baixe arquivos de extensão JobFrom Automator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome JobFrom Automator JobFrom Automator
ID lknamgjmcmbfhcjjeicdndokedcmpbaa
URL Oficial https://chromewebstore.google.com/detail/jobfrom-automator/lknamgjmcmbfhcjjeicdndokedcmpbaa
Descrição Simplify Your Job Hunt with JobForm Automator: Apply with Ease.
Tamanho do Arquivo 1.25 MB
Contagem de Instalações 45
Versão Atual 0.5
Última Atualização 2024-01-14
Data de Publicação 2023-11-13
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://jobformautomator.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jobformautomator.com
URL da Página de Ajuda https://jobformautomator.com/contact.html
URL da Página de Política de Privacidade https://jobformautomator.com/policy.html
Idiomas Suportados 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"
}