ThoughtTrace
ThoughtTrace is a Document Understanding and Contract Analytics platform.
ThoughtTrace란 무엇입니까?
ThoughtTrace은(는) ThoughtTrace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ThoughtTrace is a Document Understanding and Contract Analytics platform."입니다.
확장 프로그램 스크린샷
ThoughtTrace 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | ThoughtTrace |
ID | bmokmpbkielnhioommpddajldeoigcik |
공식 URL | https://chromewebstore.google.com/detail/thoughttrace/bmokmpbkielnhioommpddajldeoigcik |
설명 | ThoughtTrace is a Document Understanding and Contract Analytics platform. |
파일 크기 | 78.61 KB |
설치 횟수 | 151 |
현재 버전 | 1.0.29 |
최근 업데이트 | 2022-03-10 |
출시 날짜 | 2021-09-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ThoughtTrace |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thoughttrace.com/ |
도움말 페이지 URL | https://www.thoughttrace.com/contact/ |
개인정보 보호 정책 페이지 URL | https://www.thoughttrace.com/privacy-policy |
지원되는 언어 | 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';" } |