Thimble AI

Thimble AI Summarizes your sales calls and meetings

什么是Thimble AI?

Thimble AI是由Thimble AI开发的Chrome扩展程序,该扩展的主要功能是“Thimble AI Summarizes your sales calls and meetings”。

扩展截图

screenshot

下载Thimble AI扩展crx文件

下载Thimble AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}