Easy Apply

Apply to AngelList jobs automatically

Easy Apply क्या है?

Easy Apply raj.bhojan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apply to AngelList jobs automatically"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Job Applications are monotonic and tiring. You have to copy-paste the same cover letter multiple times which is counterproductive and time-consuming. 

Easy Apply is a bot that automates the process of job applications for you. The extension is easy to use and completely free. You can apply upto 30 jobs in 3 minutes.

The extension currently works on AngelList. It would be made available for other platforms soon.                    

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

नाम Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
आधिकारिक URL https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
विवरण Apply to AngelList jobs automatically
फ़ाइल का आकार 14.1 KB
स्थापना संख्या 219
वर्तमान संस्करण 2.2
अंतिम अपडेट 2022-09-26
प्रकाशन तिथि 2021-11-13
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर raj.bhojan
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "description": "Apply to AngelList jobs automatically",
    "version": "2.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "easy_apply_128.png",
        "48": "easy_apply_128.png",
        "128": "easy_apply_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}