ThoughtTrace

ThoughtTrace is a Document Understanding and Contract Analytics platform.

什麼是ThoughtTrace?

ThoughtTrace是由ThoughtTrace開發的Chrome擴展程式,該擴展的主要功能是“ThoughtTrace is a Document Understanding and Contract Analytics platform.”。

擴展截圖

screenshot

下載ThoughtTrace擴展crx文件

下載ThoughtTrace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 ThoughtTrace
ID bmokmpbkielnhioommpddajldeoigcik
官方網址 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';"
}