Matador.ai Extension
Matador.ai Extension
Matador.ai Extension là gì?
Matador.ai Extension là một tiện ích mở rộng Chrome được phát triển bởi https://matador.ai, và tính năng chính của nó là "Matador.ai Extension".
Ả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 Matador.ai Extension
Tải xuống các tệp mở rộng Matador.ai Extension 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
Text from any CRM or web app without disrupting your workflow Access the powerful, flexible features of Matador's texting-for-business software directly from your CRM or any web app with the Matador Extension for Google Chrome. Send and receive text messages using your existing business phone number, create and edit contacts and view all conversations without disrupting your workflow. Matador makes texting customers fast, easy and convenient. Continue a text conversation or start a new one • Send text messages using your existing business landline, VoIP or toll-free number • Utilize powerful features such as attachments, emojis, templates, dynamic fields, signatures and schedule texts • All messages synched across Matador's web, desktop and mobile apps • Optional phone number auto-detection allows you to send a text message to any number on a web page with a single click Create, edit and view contact details • Update contact information in seconds • Assign contact details to a new conversation Auto-fill contacts and send ad-hoc group messages • Access your saved Matador contacts • Send group messages to up to 50 BCC’d contacts View all conversations by contact • Manage existing text conversations • See unread messages *** NOTE: You must have a Matador account to use this Chrome Extension. To create an account, please visit www.matador.ai. If you have any questions or suggestions, please contact us at [email protected]. ***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Matador.ai Extension |
ID | llodbjghkcfegnhbggjllfoeombjjdhe |
URL Chính Thức | https://chromewebstore.google.com/detail/matadorai-extension/llodbjghkcfegnhbggjllfoeombjjdhe |
Mô tả | Matador.ai Extension |
Kích Thước Tệp | 456 KB |
Số Lần Cài Đặt | 4,743 |
Phiên Bản Hiện Tại | 2.0.9 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2021-07-07 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://matador.ai |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.matador.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Matador.ai Extension", "version": "2.0.9", "description": "Matador.ai Extension", "icons": { "128": "img\/Matador Logo - 128x128.png" }, "action": { "default_icon": "img\/Matador Logo - 128x128.png", "default_title": "Matador.ai Extension", "default_popup": "popup\/options.html" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "content_script.js" ], "css": [ "content_css.css" ], "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "https:\/\/stg.matador.ai\/*", "https:\/\/app.matador.ai\/*", "https:\/\/apps.vinmanager.com\/vinconnect\/#\/CarDashboard" ], "all_frames": true, "run_at": "document_end" }, { "js": [ "matador_script.js" ], "matches": [ "https:\/\/app.matador.ai\/*" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "storage", "sidePanel" ], "side_panel": { "default_path": "sidepanel.html" } } |