Bulk Texter Pro
Send texts with a personal touch, at scale, using the phone number you already have.
Bulk Texter Pro là gì?
Bulk Texter Pro là một tiện ích mở rộng Chrome được phát triển bởi https://bulktexterpro.com, và tính năng chính của nó là "Send texts with a personal touch, at scale, using the phone number you already have.".
Ả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 Bulk Texter Pro
Tải xuống các tệp mở rộng Bulk Texter Pro 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
This is the pro version of the popular (and free) Bulk Texter Lite. Bulk Texter Pro supports scheduling messages in advance, CSV upload, sending group texts, sending images, previewing generated messages, downloading or sending previously sent messages, and much more! Bulk Texter Pro also supports a variety of texting platforms. See the full breakdown of features here: https://www.bulktexterpro.com/docs/features
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bulk Texter Pro |
ID | kpjadjgajlgmkefnnihfedmcabapnndj |
URL Chính Thức | https://chromewebstore.google.com/detail/bulk-texter-pro/kpjadjgajlgmkefnnihfedmcabapnndj |
Mô tả | Send texts with a personal touch, at scale, using the phone number you already have. |
Kích Thước Tệp | 828 KB |
Số Lần Cài Đặt | 5,056 |
Phiên Bản Hiện Tại | 2.7.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2022-11-21 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://bulktexterpro.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.bulktexterpro.com |
URL Trang Chính Sách Bảo Mật | https://www.bulktexterpro.com/docs/terms/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": "Bulk Texter Pro", "short_name": "Bulk Texter+", "description": "Send texts with a personal touch, at scale, using the phone number you already have.", "version": "2.7.1", "background": { "service_worker": "background.js" }, "action": { "default_title": "Bulk Texter Pro", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/dialpad.com\/app*" ], "js": [ "contentScripts\/utilities.js", "lib\/store.js", "contentScripts\/sendQueueManager.js", "contentScripts\/dialpad.js" ], "all_frames": true }, { "matches": [ "https:\/\/voice.google.com\/*" ], "js": [ "contentScripts\/utilities.js", "lib\/store.js", "contentScripts\/sendQueueManager.js", "contentScripts\/googleVoiceManager.js" ], "all_frames": true }, { "matches": [ "https:\/\/messages.google.com\/*" ], "js": [ "contentScripts\/utilities.js", "lib\/store.js", "contentScripts\/sendQueueManager.js", "contentScripts\/googleMessagesManager.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.textnow.com\/messaging*" ], "js": [ "contentScripts\/utilities.js", "lib\/store.js", "contentScripts\/sendQueueManager.js", "contentScripts\/textNowManager.js" ], "all_frames": true }, { "matches": [ "https:\/\/billing.bulktexterpro.com\/*" ], "js": [ "contentScripts\/utilities.js", "contentScripts\/bulkTexterProBilling.js" ], "all_frames": true }, { "matches": [ "https:\/\/docs.google.com\/picker*" ], "js": [ "contentScripts\/utilities.js", "contentScripts\/googleDocsFileUploadManager.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "contentScripts\/injectedModal.html" ], "matches": [ "https:\/\/dialpad.com\/*", "https:\/\/voice.google.com\/*", "https:\/\/messages.google.com\/*", "https:\/\/www.textnow.com\/*" ] }, { "resources": [ "contentScripts\/textNowUserScript.js" ], "matches": [ "https:\/\/www.textnow.com\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon.png" }, "permissions": [ "alarms", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/dialpad.com\/*", "https:\/\/messages.google.com\/*", "https:\/\/voice.google.com\/*", "https:\/\/www.textnow.com\/*", "https:\/\/billing.bulktexterpro.com\/*", "https:\/\/docs.google.com\/picker*" ] } |