ThoughtTrace

ThoughtTrace is a Document Understanding and Contract Analytics platform.

ThoughtTrace क्या है?

ThoughtTrace ThoughtTrace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ThoughtTrace is a Document Understanding and Contract Analytics platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ThoughtTrace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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';"
}