✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Что такое ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery - это расширение Chrome, разработанное https://trever.com, и его основная функция - "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
Снимки экрана расширения
Скачать файл CRX расширения ✌️ Angel.co Source-ery
Скачайте файлы расширений ✌️ 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"
]
}
]
} | |