Linvo
Linvo - Sell More. Win Linkedin.
Qu'est-ce que Linvo ?
Linvo est une extension Chrome développée par https://linvo.io, et sa fonction principale est "Linvo - Sell More. Win Linkedin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linvo
Téléchargez les fichiers d'extension Linvo 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
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.
Informations de Base sur l'Extension
Nom | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
URL Officiel | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
Description | Linvo - Sell More. Win Linkedin. |
Taille du Fichier | 90.87 KB |
Nombre d'Installations | 481 |
Version Actuelle | 1.0.14 |
Dernière Mise à Jour | 2022-02-05 |
Date de Publication | 2020-11-10 |
Évaluation | 5.00/5 Total 22 Évaluations |
Développeur | https://linvo.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://linvo.io |
URL de la Page d'Aide | https://linvo.io |
URL de la Page de Politique de Confidentialité | https://linvo.io/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |