Linkedly
Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Cos'è Linkedly?
Linkedly è un'estensione di Chrome sviluppata da https://linkedly.app, e la sua funzione principale è "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedly
Scarica i file di estensione Linkedly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Linkedly is a networking tool that enhances your chances of receiving responses while networking, and it also assists in keeping track of your outreach efforts.
It features:
- Personalized reach-out message generator using Chat GPT
- Email Address generator
- List builder of people you have reached out to
- Download built lists to Excel Informazioni di Base sull'Estensione
| Nome | |
| ID | imogamaabehbgfjmddalkhmimcnmfmid |
| URL Ufficiale | https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid |
| Descrizione | Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies. |
| Dimensione del File | 34.88 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-07-29 |
| Data di Pubblicazione | 2023-07-07 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://linkedly.app |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://linkedly.app/ |
| URL della Pagina di Aiuto | https://linkedly.app/support.html |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Linkedly",
"version": "1.1.0",
"description": "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.",
"permissions": [
"tabs",
"storage",
"identity"
],
"action": {
"default_popup": "pageLoading\/loading.html",
"default_icon": {
"128": "images\/chainlogoblacksmall.png"
}
},
"oauth2": {
"client_id": "434880350039-oa4f7bc3k4shqjq5ev3edhvcj3itjvdv.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
},
"host_permissions": [
"https:\/\/www.linkedin.com\/in\/*",
"http:\/\/www.linkedin.com\/in\/*",
"https:\/\/linkedly.app\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/in\/*",
"http:\/\/www.linkedin.com\/in\/*"
],
"js": [
"content.js"
]
}
]
} | |