Linvo
Linvo - Sell More. Win Linkedin.
Was ist Linvo?
Linvo ist eine Chrome-Erweiterung, die von https://linvo.io entwickelt wurde, und ihr Hauptmerkmal ist "Linvo - Sell More. Win Linkedin.".
Erweiterungsscreenshots
Linvo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linvo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Linvo |
ID | gbiokpgbipklfamljmahhmlldgdffikk |
Offizielle URL | https://chromewebstore.google.com/detail/linvo/gbiokpgbipklfamljmahhmlldgdffikk |
Beschreibung | Linvo - Sell More. Win Linkedin. |
Dateigröße | 90.87 KB |
Installationsanzahl | 481 |
Aktuelle Version | 1.0.14 |
Letztes Update | 2022-02-05 |
Veröffentlichungsdatum | 2020-11-10 |
Bewertung | 5.00/5 Insgesamt 22 Bewertungen |
Entwickler | https://linvo.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://linvo.io |
Hilfeseite URL | https://linvo.io |
URL der Datenschutzrichtlinien-Seite | https://linvo.io/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |