3RM – Telegram CRM for Web3
An extension that places a 3RM window inside Telegram's web app.
3RM – Telegram CRM for Web3 là gì?
3RM – Telegram CRM for Web3 là một tiện ích mở rộng Chrome được phát triển bởi eng-publish, và tính năng chính của nó là "An extension that places a 3RM window inside Telegram's web app.".
Ả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 3RM – Telegram CRM for Web3
Tải xuống các tệp mở rộng 3RM – Telegram CRM for Web3 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
3RM's CRM has the first native Telegram integration. Now, Your workspace is synced with your teams' Telegram accounts – it's Telegram, but multiplayer. In Telegram, chats get lost in a torrent of inbound and spam; in 3RM, the right chats are your fingertips. But with 3RM’s Chrome extension, your Telegram CRM lives directly inside Telegram, and stays with you as you work: it surfaces everything you need, as you need it, all inside Telegram. We’re all in hundreds of different Telegram chats, and it’s always difficult to get back up to speed of the context of a particular chat. Maybe you have call notes somewhere on Slack, maybe you’ve cobbled together a DIY CRM with Notion or Airtable, or maybe you’ve even spent the time setting up an unwieldy Hubspot workspace and kept it up-to-date. But when you’re working in Telegram, getting the context you need to be effective requires searching multiple apps. You have to scour your knowledge base, rather than it presenting you exactly what you need to know. A batch of morning follow ups shouldn’t take all morning, it should take minutes. So 3RM meets you where you’re working, inside Telegram. Our extension serves you all your team’s notes and data as a window inside the Telegram webapp. Each time you open a new chat, the data in the window will be updated automatically. Want to send an update to your team? Just write a quick note in the extension’s window, or set a follow-up reminder for either yourself or someone in your team. It couldn’t be simpler. We’ve been using the Chrome extension internally and can’t live without it. We hope you love it as much as we do.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 3RM – Telegram CRM for Web3 |
ID | foiddakkfjegihlfbgbgipcnhcbhmcbl |
URL Chính Thức | https://chromewebstore.google.com/detail/3rm-%E2%80%93-telegram-crm-for-we/foiddakkfjegihlfbgbgipcnhcbhmcbl |
Mô tả | An extension that places a 3RM window inside Telegram's web app. |
Kích Thước Tệp | 8.81 MB |
Số Lần Cài Đặt | 296 |
Phiên Bản Hiện Tại | 1.2.8 |
Cập Nhật Lần Cuối | 2024-02-09 |
Ngày Phát Hành | 2023-07-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | eng-publish |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.3rm.co |
URL Trang Trợ Giúp | https://support.3rm.co/en/ |
URL Trang Chính Sách Bảo Mật | http://3rm.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "3RM \u2013 Telegram CRM for Web3", "description": "An extension that places a 3RM window inside Telegram's web app.", "version": "1.2.8", "action": { "default_popup": ".\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.telegram.org\/*" ], "js": [ ".\/static\/js\/content.js" ], "css": [ ".\/styles\/index.css", ".\/styles\/calendar.css" ] } ], "background": { "service_worker": ".\/static\/js\/background.js" }, "permissions": [ "storage", "scripting", "tabs" ], "web_accessible_resources": [ { "resources": [ "index.html", "images\/*", "icons\/*", "fonts\/*" ], "matches": [ "https:\/\/web.telegram.org\/*" ] } ], "host_permissions": [ "https:\/\/web.telegram.org\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.3rm.co\/*" ] }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y" } } } } |