Autofill Smartly - JobFill

Autofill any form (job applications, registrations, booking,...) smartly and conveniently!

Autofill Smartly - JobFill क्या है?

Autofill Smartly - JobFill https://jobfill.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofill any form (job applications, registrations, booking,...) smartly and conveniently!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autofill Smartly - JobFill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Help you save a lot of time and effort in filling out forms, our extension offers these main features:

- Autofill basic information: Autofill personal details, educational background, work history, and other info (currently support only English)

- Custom autofill: This is a powerful feature, that allows you to autofill any information by manually writing your own rules (conditions), it even can override the above basic info (support all languages)

- Auto-cache (beta): After auto-filling, any adjustments you make are remembered and applied automatically to the next time you fill the same form (support English)

- Auto-trigger: Automatically run autofill without the need to click the "Fill The Form" button.


PRIVACY & SECURITY
- All of the data is stored on your local hard disk, JobFill does not track any of your browsing activities and does not transfer any of your data over the internet. 
- Auto-cache doesn't capture passwords but it might capture other sensitive info and store them in Chrome storage local (your local hard disk), currently, this info is not encrypted yet, so be aware when using this feature. (you can disable auto-cache when working with sensitive data or click on the clear button to clear the cache) - the data encryption feature is still under development.


PERMISSIONS
- Host (*://*/*): JobFill requires this permission to be able to detect forms and auto-fill these forms. The permission will display a warning message: "Read and change all your data on the websites you visit".
- Storage: This permission allows JobFill to store data on your hard disk.


CONTACT & FEEDBACK
Please send to [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Autofill Smartly - JobFill Autofill Smartly - JobFill
ID kbgfilncepjeoodogmebahnloidgaibg
आधिकारिक URL https://chromewebstore.google.com/detail/autofill-smartly-jobfill/kbgfilncepjeoodogmebahnloidgaibg
विवरण Autofill any form (job applications, registrations, booking,...) smartly and conveniently!
फ़ाइल का आकार 121 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.5.4
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2020-10-10
रेटिंग 4.25/5 कुल 28 रेटिंग्स
डेवलपर https://jobfill.ai
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://groups.google.com/g/jobfill
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autofill Smartly - JobFill",
    "version": "1.5.4",
    "description": "Autofill any form (job applications, registrations, booking,...) smartly and conveniently!",
    "icons": {
        "128": "icons\/jf_icon128.png",
        "48": "icons\/jf_icon48_2.png",
        "16": "icons\/jf_icon16.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/jf_icon16.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.1.0.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}