AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Cos'è AngelApply - Apply to jobs on AngelList?
AngelApply - Apply to jobs on AngelList è un'estensione di Chrome sviluppata da Aditya Anand, e la sua funzione principale è "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AngelApply - Apply to jobs on AngelList
Scarica i file di estensione AngelApply - Apply to jobs on AngelList in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!
Source: https://github.com/AdityaAnand1/Angel-Apply Informazioni di Base sull'Estensione
| Nome | |
| ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
| URL Ufficiale | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
| Descrizione | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
| Dimensione del File | 73.93 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-04-29 |
| Data di Pubblicazione | 2018-04-29 |
| Sviluppatore | Aditya Anand |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |