AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Hvad er AngelApply - Apply to jobs on AngelList?
AngelApply - Apply to jobs on AngelList er en Chrome-udvidelse udviklet af Aditya Anand, og dens hovedfunktion er "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
Udvidelsesskærmbilleder
Download AngelApply - Apply to jobs on AngelList-udvidelses-CRX-fil
Download AngelApply - Apply to jobs on AngelList-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!
Source: https://github.com/AdityaAnand1/Angel-Apply Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
| Officiel URL | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
| Beskrivelse | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
| Filstørrelse | 73.93 KB |
| Antal Installationer | 24 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-04-29 |
| Udgivelsesdato | 2018-04-29 |
| Udvikler | Aditya Anand |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |