✌️ Angel.co Source-ery
Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.
Wat is ✌️ Angel.co Source-ery?
✌️ Angel.co Source-ery is een Chrome-extensie ontwikkeld door https://trever.com, en de belangrijkste functie is "Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free.".
Extensie Screenshots
Download het CRX-bestand van de extensie ✌️ Angel.co Source-ery
Download ✌️ Angel.co Source-ery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hgbpopdbgokmojepiffeephgcnmhgioj |
| Officiële URL | https://chromewebstore.google.com/detail/%E2%9C%8C%EF%B8%8F-angelco-source-ery/hgbpopdbgokmojepiffeephgcnmhgioj |
| Beschrijving | Unlock premium Angel.co Sourcing features (search fields, sorting, etc..) for free. |
| Bestandsgrootte | 16.5 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-11-16 |
| Publicatiedatum | 2018-11-15 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://trever.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://tinyunicorns.co/privacy.html |
| Ondersteunde Talen | 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"
]
}
]
} | |