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
公式URL 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
Eメール [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"
}