AI Virtual Assistant: Wrench.ai

The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…

什么是AI Virtual Assistant: Wrench.ai?

AI Virtual Assistant: Wrench.ai是由https://wrench.ai开发的Chrome扩展程序,该扩展的主要功能是“The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…”。

扩展截图

screenshot
screenshot
screenshot

下载AI Virtual Assistant: Wrench.ai扩展crx文件

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

扩展使用说明

                        The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: 

* Research prospects more quickly.
* Zero in on prospects who score high with your brand or product.
* Get recommendations on outreach strategies.
* Craft effective messages.                    

扩展基本信息

名称 AI Virtual Assistant: Wrench.ai AI Virtual Assistant: Wrench.ai
ID dlkollhfagpgcpbfhpldpcladffnbkdk
官方URL https://chromewebstore.google.com/detail/ai-virtual-assistant-wren/dlkollhfagpgcpbfhpldpcladffnbkdk
简介 The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…
文件大小 28.98 MB
安装次数 68
当前版本 2.1.1
更新时间 2024-03-04
上架时间 2023-07-05
评分 5.00/5 共4次评分
开发者 https://wrench.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://web.wrench.ai/sign-in
帮助页面URL https://web.wrench.ai/sign-in
隐私政策页面URL https://wrench.ai/privacy-statement
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "AI Virtual Assistant: Wrench.ai",
    "name": "AI Virtual Assistant: Wrench.ai",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "version": "2.1.1",
    "action": {
        "default_title": "AI Virtual Assistant: Wrench.ai"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/www.apollo.io\/*"
            ],
            "js": [
                "js\/content-script.js",
                "registerModal.js"
            ],
            "css": [
                "myStyles.css",
                "test.css",
                "css\/all.min.css",
                "content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/mail.google.com\/*",
        "*:\/\/app.hubspot.com\/*",
        "*:\/\/*.salesforce.com\/*",
        "*:\/\/www.apollo.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "css\/*.css",
                "webfonts\/*",
                "svg\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}