ThoughtTrace
ThoughtTrace is a Document Understanding and Contract Analytics platform.
Qu'est-ce que ThoughtTrace ?
ThoughtTrace est une extension Chrome développée par ThoughtTrace, et sa fonction principale est "ThoughtTrace is a Document Understanding and Contract Analytics platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ThoughtTrace
Téléchargez les fichiers d'extension ThoughtTrace 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
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.
Informations de Base sur l'Extension
Nom | ThoughtTrace |
ID | bmokmpbkielnhioommpddajldeoigcik |
URL Officiel | https://chromewebstore.google.com/detail/thoughttrace/bmokmpbkielnhioommpddajldeoigcik |
Description | ThoughtTrace is a Document Understanding and Contract Analytics platform. |
Taille du Fichier | 78.61 KB |
Nombre d'Installations | 151 |
Version Actuelle | 1.0.29 |
Dernière Mise à Jour | 2022-03-10 |
Date de Publication | 2021-09-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ThoughtTrace |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.thoughttrace.com/ |
URL de la Page d'Aide | https://www.thoughttrace.com/contact/ |
URL de la Page de Politique de Confidentialité | https://www.thoughttrace.com/privacy-policy |
Langues Prises en Charge | 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';" } |