✌️ 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 |
| 官方URL | 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"
]
}
]
} | |