Linkedly
Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Qu'est-ce que Linkedly ?
Linkedly est une extension Chrome développée par https://linkedly.app, et sa fonction principale est "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkedly
Téléchargez les fichiers d'extension Linkedly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Linkedly |
ID | imogamaabehbgfjmddalkhmimcnmfmid |
URL Officiel | https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid |
Description | Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies. |
Taille du Fichier | 34.88 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-07-29 |
Date de Publication | 2023-07-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://linkedly.app |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://linkedly.app/ |
URL de la Page d'Aide | https://linkedly.app/support.html |
Langues Prises en Charge | 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" ] } ] } |