ThoughtTrace
ThoughtTrace is a Document Understanding and Contract Analytics platform.
¿Qué es ThoughtTrace?
ThoughtTrace es una extensión de Chrome desarrollada por ThoughtTrace, y su función principal es "ThoughtTrace is a Document Understanding and Contract Analytics platform.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ThoughtTrace
Descarga archivos de extensión ThoughtTrace en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
ThoughtTrace is a Document Understanding and Contract Analytics platform that uses pre-trained AI to read, organize, and manage the document workflows and processes critical to your business. And now, you can bring it with you to every page in your favorite browser! You're now just a highlight and right-click away from finding information in public websites, other SaaS applications, or even intranet apps, all sourced from your ThoughtTrace workspace.
Información Básica de la Extensión
Nombre | ThoughtTrace |
ID | bmokmpbkielnhioommpddajldeoigcik |
URL Oficial | https://chromewebstore.google.com/detail/thoughttrace/bmokmpbkielnhioommpddajldeoigcik |
Descripción | ThoughtTrace is a Document Understanding and Contract Analytics platform. |
Tamaño del Archivo | 78.61 KB |
Cantidad de Instalaciones | 151 |
Versión Actual | 1.0.29 |
Última Actualización | 2022-03-10 |
Fecha de Publicación | 2021-09-12 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | ThoughtTrace |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.thoughttrace.com/ |
URL de la Página de Ayuda | https://www.thoughttrace.com/contact/ |
URL de la Página de Política de Privacidad | https://www.thoughttrace.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThoughtTrace", "version": "1.0.29", "manifest_version": 2, "description": "ThoughtTrace is a Document Understanding and Contract Analytics platform.", "homepage_url": "https:\/\/www.thoughttrace.com", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "contextMenus", "cookies", "storage", "alarms", "tabs" ], "web_accessible_resources": [ "*.*" ], "content_scripts": [ { "matches": [ "https:\/\/www.thoughtrace.com\/*", "https:\/\/auth.thoughttrace.com\/" ], "js": [ "scripts\/content.js" ], "css": [ "fonts.css", "main.css", "overlay.css" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": { "16": "icons\/icon.png" }, "default_title": "AI-Powered Document Understanding & Contract Analytics ", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'sha256-DVpec8y9T1bOY8eB0h8zZ4hYvKtG86EY36bahjyx8VE=' 'strict-dynamic'; connect-src https:\/\/identity.thoughttrace.com https:\/\/identity.thoughttrace.dev https:\/\/app.thoughttrace.dev https:\/\/app.thoughttrace.com https:\/\/fluffy-tti-func-ncus-browser-extension.azurewebsites.net https:\/\/browser-extension.thoughttrace.com; default-src 'none';" } |