Linkedia
Level up your Linkedin experience with AI
Cos'è Linkedia?
Linkedia è un'estensione di Chrome sviluppata da Guillaume Reygner, e la sua funzione principale è "Level up your Linkedin experience with AI".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkedia
Scarica i file di estensione Linkedia 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
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.
Informazioni di Base sull'Estensione
Nome | Linkedia |
ID | onclbifkkglhmjhpnlfkcfhhbmjaopdc |
URL Ufficiale | https://chromewebstore.google.com/detail/linkedia/onclbifkkglhmjhpnlfkcfhhbmjaopdc |
Descrizione | Level up your Linkedin experience with AI |
Dimensione del File | 90.78 KB |
Conteggio Installazioni | 276 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-02-01 |
Data di Pubblicazione | 2023-01-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Guillaume Reygner |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |