DialMyCalls
Access your DialMyCalls account
DialMyCalls là gì?
DialMyCalls là một tiện ích mở rộng Chrome được phát triển bởi https://dialmycalls.com, và tính năng chính của nó là "Access your DialMyCalls account".
Ả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 DialMyCalls
Tải xuống các tệp mở rộng DialMyCalls 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 DialMyCalls Chrome Extension allows anyone to send voice broadcasts or text message (SMS) broadcasts right from their desktop. You can quickly and easily record a message or create a text message, select the group of numbers to send it to, then pick a time and date for the broadcast to go out. DialMyCalls will instantly send out your voice broadcast or automated text message to everyone. If your voice broadcast ends up going to a voicemail, our system will leave the message on their answering machine so they will hear it later. DialMyCalls Is Used By Over 40,000 Organizations, Schools & Businesses In The Following Ways: Emergency Notifications - In an emergency situation it's important to be able to notify everyone quickly, DialMyCalls can send thousands of calls and texts per minute ensuring your messages are delivered when it matters the most. Church / Non-Profit Groups - Easily send automated calls or bulk text messages to your whole congregation or non-profit informing them of important events and dates. Help increase turnout and participation within your organization. Send School Messages - Notify parents, teachers, staff and more via SMS or voice broadcast. Using our contact groups feature you can send specific mass messages to certain groups of people at your school. General Mass Alert System - For everyone else if you need a way to send easy emergency text alerts and notifications, DialMyCalls is great for little league teams, large corporations to notify employees and everything in between! It's completely free to use to send one 30-second voice broadcast out to 25 numbers per week, which is perfect for small organizations or groups. For those of you who need to call larger groups or make calls/texts more often, you can simply purchase credits for only a few cents per call. The DialMyCalls Chrome Extension also ties in with our DialMyCalls.com website so your account can be accessed in both places. Using the website you can easily import and organize thousands of phone numbers in minutes. The DialMyCalls Chrome Extension requires a DialMyCalls.com account which you can set up for free either through the extension or our website. There is no credit card or payment info needed for free accounts. If you need help getting set up please feel free to call our customer support team at 1-800-928-2086. Thank you and we look forward to having you as a user!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DialMyCalls |
ID | pfagpfanckkngmjbmloleifhmcgipdep |
URL Chính Thức | https://chromewebstore.google.com/detail/dialmycalls/pfagpfanckkngmjbmloleifhmcgipdep |
Mô tả | Access your DialMyCalls account |
Kích Thước Tệp | 7.44 MB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 5.0.2 |
Cập Nhật Lần Cuối | 2023-10-30 |
Ngày Phát Hành | 2021-12-10 |
Nhà Phát Triển | https://dialmycalls.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dialmycalls.com |
URL Trang Trợ Giúp | https://www.dialmycalls.com/contactus |
URL Trang Chính Sách Bảo Mật | https://www.dialmycalls.com/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DialMyCalls", "version": "5.0.2", "description": "Access your DialMyCalls account", "permissions": [ "notifications", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.dialmycalls.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "firebase-messaging-sw.js" }, "action": { "default_title": "DialMyCalls", "default_popup": "www\/extension.html", "default_icon": { "16": "images\/dialmycalls\/icon_16.png", "32": "images\/dialmycalls\/icon_32.png", "48": "images\/dialmycalls\/icon_48.png", "72": "images\/dialmycalls\/icon_72.png", "128": "images\/dialmycalls\/icon_128.png", "1024": "images\/dialmycalls\/icon_1024.png" } }, "icons": { "16": "images\/dialmycalls\/icon_16.png", "32": "images\/dialmycalls\/icon_32.png", "48": "images\/dialmycalls\/icon_48.png", "72": "images\/dialmycalls\/icon_72.png", "128": "images\/dialmycalls\/icon_128.png", "1024": "images\/dialmycalls\/icon_1024.png" }, "manifest_version": 3 } |