Linvo
Linvo - Sell More. Win Linkedin.
Cos'è Linvo?
Linvo è un'estensione di Chrome sviluppata da https://linvo.io, e la sua funzione principale è "Linvo - Sell More. Win Linkedin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linvo
Scarica i file di estensione Linvo 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
Linvo.io helps you to find your prospect's information quickly. Head over to any Linkedin profile, and extract their information. Linvo.io permissions 1. tabs - We use tabs to find your Linkedin tab and open new tabs 2. storage - We save your Linkedin cookie in our storage and our dashboard hash key. 3. content_scripts - We access our dashboard and Linkedin elements.
Informazioni di Base sull'Estensione
Nome | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
URL Ufficiale | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
Descrizione | Linvo - Sell More. Win Linkedin. |
Dimensione del File | 90.87 KB |
Conteggio Installazioni | 481 |
Versione Corrente | 1.0.14 |
Ultimo Aggiornamento | 2022-02-05 |
Data di Pubblicazione | 2020-11-10 |
Valutazione | 5.00/5 Totale 22 Valutazioni |
Sviluppatore | https://linvo.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://linvo.io |
URL della Pagina di Aiuto | https://linvo.io |
URL della Pagina della Politica sulla Privacy | https://linvo.io/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Linvo", "version": "1.0.14", "description": "Linvo - Sell More. Win Linkedin.", "background": { "service_worker": "sw.js", "type": "module" }, "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ], "permissions": [ "tabs", "storage" ], "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.linvo.io\/*", "http:\/\/localhost:3000\/*" ] } ] } |