vLex
Improve your Google searches by adding related documents at vLex.com
Was ist vLex?
vLex ist eine Chrome-Erweiterung, die von https://vlex.com entwickelt wurde, und ihr Hauptmerkmal ist "Improve your Google searches by adding related documents at vLex.com".
Erweiterungsscreenshots
vLex-Erweiterungs-CRX-Datei herunterladen
Laden Sie vLex-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
The vLex extension automatically adds vLex links to citations in web pages, and enhances Google searches with relevant vLex content. Vincent - our AI-assisted research companion - can recommend related vLex material based on the web content you are looking at.
Grundlegende Informationen zur Erweiterung
Name | vLex |
ID | gjdimoodoalmblikhoicpcfnhlkkghgf |
Offizielle URL | https://chromewebstore.google.com/detail/vlex/gjdimoodoalmblikhoicpcfnhlkkghgf |
Beschreibung | Improve your Google searches by adding related documents at vLex.com |
Dateigröße | 1.12 MB |
Installationsanzahl | 100,363 |
Aktuelle Version | 6.8 |
Letztes Update | 2023-10-03 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 4.37/5 Insgesamt 38 Bewertungen |
Entwickler | https://vlex.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vlex.com/ |
Hilfeseite URL | https://kb.vlex.com/ |
URL der Datenschutzrichtlinien-Seite | https://vlex.com/privacy-policy |
Unterstützte Sprachen | en,fr,ca,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "vLex", "version": "6.8", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "activeTab", "storage", "webRequest" ], "host_permissions": [ "https:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "google-iframe\/search.html", "google-iframe\/stream.html", "resources\/extensionChecker.js", "content\/vlex-taskpane.html", "*.svg", "*.png", "*.js.map" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "build\/background.js" }, "externally_connectable": { "matches": [ "*:\/\/*.vlex.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "build\/content-script.js", "build\/universal-content-script.js", "build\/vcite.js" ], "css": [ "content\/content.css" ], "run_at": "document_start" } ], "action": { "default_icon": "resources\/img\/vlex-logo-128.png", "default_popup": "popup\/popup.html" }, "omnibox": { "keyword": "v" }, "icons": { "16": "resources\/img\/vlex-logo-16.png", "48": "resources\/img\/vlex-logo-app.png", "128": "resources\/img\/vlex-logo-app.png" } } |