Thimble AI

Thimble AI Summarizes your sales calls and meetings

Thimble AI क्या है?

Thimble AI Thimble AI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Thimble AI Summarizes your sales calls and meetings"।

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

screenshot

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

crx प्रारूप में Thimble AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing Thimble AI - The sales call analysis extension that simplifies your workflow

Do you spend hours sifting through sales call transcripts to write follow ups or get context? Thimble AI has got you covered! With Thimble AI, you can analyze transcripts in seconds and get an insightful summary of the call, the current state, and next steps.

Thimble AI saves you time by automatically identifying the most critical information in each call and presents it in a concise and actionable format. You can also ask your own questions and receive endless results!

Thimble AI is your go-to extension for efficient sales call analysis. Install it today and make your workflow faster and more manageable. If you have any feedback, don't hesitate to reach out to [email protected].

Updates 4/21:
* Background generation - Close the pop up if you'd like
* Customized key points - Choose which points are pulled out of the call
* Call types - Add new call types customized to your industry                    

एक्सटेंशन की मूल जानकारी

नाम Thimble AI Thimble AI
ID mbeahljdfcifcpfdadkokgfdofcjhioh
आधिकारिक URL https://chromewebstore.google.com/detail/thimble-ai/mbeahljdfcifcpfdadkokgfdofcjhioh
विवरण Thimble AI Summarizes your sales calls and meetings
फ़ाइल का आकार 30.63 KB
स्थापना संख्या 67
वर्तमान संस्करण 0.0.0.7
अंतिम अपडेट 2023-04-25
प्रकाशन तिथि 2023-03-05
डेवलपर Thimble AI
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://thimbleai.com/
सहायता पृष्ठ URL https://thimbleai.com/
गोपनीयता नीति पृष्ठ URL https://thimbleai.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thimble AI",
    "version": "0.0.0.7",
    "description": "Thimble AI Summarizes your sales calls and meetings",
    "manifest_version": 3,
    "author": "Greg K @ Thimble AI",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gong.io\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.gong.io\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Thimble AI",
        "default_icon": "images\/Thimble16.png"
    },
    "icons": {
        "16": "images\/Thimble16.png",
        "32": "images\/Thimble32.png",
        "48": "images\/Thimble48.png",
        "128": "images\/Thimble128.png"
    }
}