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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…"।

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

screenshot
screenshot
screenshot

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

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

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

                        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": [
                ""
            ]
        }
    ]
}