AngelApply - Apply to jobs on AngelList

Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply

Vad är AngelApply - Apply to jobs on AngelList?

AngelApply - Apply to jobs on AngelList är en Chrome-tillägg utvecklad av Aditya Anand, och dess huvudfunktion är "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".

Tilläggsskärmbilder

screenshot

Ladda ner AngelApply - Apply to jobs on AngelList-förlängningens CRX-fil

Ladda ner AngelApply - Apply to jobs on AngelList-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!

Source: https://github.com/AdityaAnand1/Angel-Apply                    

Grundläggande Information om Tillägg

Namn AngelApply - Apply to jobs on AngelList AngelApply - Apply to jobs on AngelList
ID lmafmilhcmkogpljalndgcjbbdmlpijn
Officiell webbadress https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn
Beskrivning Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Filstorlek 73.93 KB
Antal Installationer 24
Aktuell Version 1.0.0
Senast Uppdaterad 2018-04-29
Publiceringsdatum 2018-04-29
Utvecklare Aditya Anand
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "AngelApply - Apply to jobs on AngelList",
    "icons": {
        "512": "icon-512.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/angel.co\/*"
            ],
            "js": [
                "options\/jquery.min.js",
                "constants.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}