✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Co to jest ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery to rozszerzenie Chrome opracowane przez https://trever.com, a jego główną funkcją jest „Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ✌️ Angel.co Source-ery
Pobierz pliki rozszerzeń ✌️ Angel.co Source-ery w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| Oficjalny URL | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| Opis | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| Rozmiar pliku | 16.5 KB |
| Liczba instalacji | 35 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2018-11-16 |
| Data Publikacji | 2018-11-15 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://trever.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://tinyunicorns.co/privacy.html |
| Obsługiwane Języki | 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"
]
}
]
} | |