vLex
Improve your Google searches by adding related documents at vLex.com
What is vLex?
vLex is a Chrome extension developed by https://vlex.com, and its main feature is "Improve your Google searches by adding related documents at vLex.com".
Extension Screenshots
Download vLex Extension CRX File
Download vLex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | vLex |
ID | gjdimoodoalmblikhoicpcfnhlkkghgf |
Official URL | https://chromewebstore.google.com/detail/vlex/gjdimoodoalmblikhoicpcfnhlkkghgf |
Description | Improve your Google searches by adding related documents at vLex.com |
File Size | 1.12 MB |
Installation Count | 100,363 |
Current Version | 6.8 |
Last Updated | 2023-10-03 |
Publish Date | 2020-06-16 |
Rating | 4.37/5 Total 38 Ratings |
Developer | https://vlex.com |
[email protected] | |
Payment Type | free |
Extension Website | https://vlex.com/ |
Help Page URL | https://kb.vlex.com/ |
Privacy Policy Page URL | https://vlex.com/privacy-policy |
Supported Languages | 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" } } |