AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
什麼是AngelApply - Apply to jobs on AngelList?
AngelApply - Apply to jobs on AngelList是由Aditya Anand開發的Chrome擴展程式,該擴展的主要功能是“Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply”。
擴展截圖
下載AngelApply - Apply to jobs on AngelList擴展crx文件
下載AngelApply - Apply to jobs on AngelList擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently!
Source: https://github.com/AdityaAnand1/Angel-Apply 擴展基本資訊
| 名稱 | |
| ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
| 官方網址 | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
| 簡介 | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
| 檔案大小 | 73.93 KB |
| 安裝次數 | 24 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2018-04-29 |
| 上架時間 | 2018-04-29 |
| 開發者 | Aditya Anand |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |