Linkedia
Level up your Linkedin experience with AI
Qu'est-ce que Linkedia ?
Linkedia est une extension Chrome développée par Guillaume Reygner, et sa fonction principale est "Level up your Linkedin experience with AI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkedia
Téléchargez les fichiers d'extension Linkedia 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
activate the power of AI for Linkedin powered by OpenAI. respond to posts or messages in one click based on your feelings about the post/message.
Informations de Base sur l'Extension
Nom | Linkedia |
ID | onclbifkkglhmjhpnlfkcfhhbmjaopdc |
URL Officiel | https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc |
Description | Level up your Linkedin experience with AI |
Taille du Fichier | 90.78 KB |
Nombre d'Installations | 276 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-02-01 |
Date de Publication | 2023-01-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Guillaume Reygner |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linkedia", "version": "1.0", "author": "Guillaume Reygner", "description": "Level up your Linkedin experience with AI", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |