✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
什麼是✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery是由https://trever.com開發的Chrome擴展程式,該擴展的主要功能是“Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.”。
擴展截圖
下載✌️ Angel.co Source-ery擴展crx文件
下載✌️ Angel.co Source-ery擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unlock premium Angel.co sourcing functionality for free. Great for bootstrapped startups on a tight budget looking to access the AngelList talent pool.
Pro Features Unlocked:
- Keyword search
- 20+ proprietary signals including: Job search status, Newly searching, Last active, Average response time, Most recent application, Most recent match, Interested companies, and more...
- Access to 700,000+ passive candidates 擴展基本資訊
| 名稱 | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| 官方網址 | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| 簡介 | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| 檔案大小 | 16.5 KB |
| 安裝次數 | 35 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2018-11-16 |
| 上架時間 | 2018-11-15 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://trever.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://tinyunicorns.co/privacy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u270c\ufe0f Angel.co Source-ery",
"version": "0.0.1",
"manifest_version": 2,
"description": "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.",
"homepage_url": "https:\/\/trever.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/angel.co\/*\/source\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/angel.co\/*\/source\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |