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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wrench.ai, και η κύρια λειτουργία του είναι "The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AI Virtual Assistant: Wrench.ai
Λήψη αρχείων επέκτασης 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 |
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": [ " |