JobFrom Automator

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

什麼是JobFrom Automator?

JobFrom Automator是由https://jobformautomator.com開發的Chrome擴展程式,該擴展的主要功能是“Simplify Your Job Hunt with JobForm Automator: Apply with Ease.”。

擴展截圖

screenshot
screenshot

下載JobFrom Automator擴展crx文件

下載JobFrom Automator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 JobFrom Automator JobFrom Automator
ID lknamgjmcmbfhcjjeicdndokedcmpbaa
官方網址 https://chromewebstore.google.com/detail/jobfrom-automator/lknamgjmcmbfhcjjeicdndokedcmpbaa
簡介 Simplify Your Job Hunt with JobForm Automator: Apply with Ease.
檔案大小 1.25 MB
安裝次數 45
目前版本 0.5
更新時間 2024-01-14
上架時間 2023-11-13
評分 5.00/5 共 6 次評分
開發者 https://jobformautomator.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jobformautomator.com
說明頁面URL https://jobformautomator.com/contact.html
隱私政策頁面URL https://jobformautomator.com/policy.html
支援的語言 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"
}