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…

Cos'è AI Virtual Assistant: Wrench.ai?

AI Virtual Assistant: Wrench.ai è un'estensione di Chrome sviluppata da https://wrench.ai, e la sua funzione principale è "The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AI Virtual Assistant: Wrench.ai

Scarica i file di estensione AI Virtual Assistant: Wrench.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AI Virtual Assistant: Wrench.ai AI Virtual Assistant: Wrench.ai
ID dlkollhfagpgcpbfhpldpcladffnbkdk
URL Ufficiale https://chromewebstore.google.com/detail/ai-virtual-assistant-wren/dlkollhfagpgcpbfhpldpcladffnbkdk
Descrizione The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…
Dimensione del File 28.98 MB
Conteggio Installazioni 68
Versione Corrente 2.1.1
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-07-05
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://wrench.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://web.wrench.ai/sign-in
URL della Pagina di Aiuto https://web.wrench.ai/sign-in
URL della Pagina della Politica sulla Privacy https://wrench.ai/privacy-statement
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}