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 là gì?
AI Virtual Assistant: Wrench.ai là một tiện ích mở rộng Chrome được phát triển bởi https://wrench.ai, và tính năng chính của nó là "The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AI Virtual Assistant: Wrench.ai
Tải xuống các tệp mở rộng AI Virtual Assistant: Wrench.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AI Virtual Assistant: Wrench.ai |
ID | dlkollhfagpgcpbfhpldpcladffnbkdk |
URL Chính Thức | https://chromewebstore.google.com/detail/ai-virtual-assistant-wren/dlkollhfagpgcpbfhpldpcladffnbkdk |
Mô tả | The AI Virtual Assistant is a tool that makes the sales prospecting workflow faster and more effective: * Research prospects more… |
Kích Thước Tệp | 28.98 MB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-07-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://wrench.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://web.wrench.ai/sign-in |
URL Trang Trợ Giúp | https://web.wrench.ai/sign-in |
URL Trang Chính Sách Bảo Mật | https://wrench.ai/privacy-statement |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |