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
官方網址 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": [
                ""
            ]
        }
    ]
}