Telebroad SMS Console

SMS Console by Telebroad.com

Telebroad SMS Console là gì?

Telebroad SMS Console là một tiện ích mở rộng Chrome được phát triển bởi https://www.telebroad.com, và tính năng chính của nó là "SMS Console by Telebroad.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telebroad SMS Console

Tải xuống các tệp mở rộng Telebroad SMS Console 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

                        Telebroad SMS Console

Requirements: 
Active PBX account with Telebroad

For more information or to signup, please visit our website.

Send & Receive text messages using your Business phone lines to any text enabled number, such as mobiles nationwide. 


Version 1.35
Support read receipts.

_______________

Version 1.33
Optimized MMS Support.


___________


Version 1.32

Full MMS Support !!

___________

Version 1.3 Change log:

Added support for Contacts

___________
Version 1.0 Change log:

Improved text layout on pop-up notifications for incoming messages.
Clicking on pop-up will now open the message
Fixed Bug that allowed sending empty message


___________
Version 0.7 Change log:

Fixed Bug that allowed sending messages to invalid numbers & characters.
When sending a new message to a prior recipient, will also load earlier conversation.


___________
Version 0.6 Change log:


Fixed iconography which moved around when hovered over using the mouse.
Improved Cache for faster loading & optimization

___________
Version 0.1 - 0.5 Change log:

Added support for multiple numbers using a drop down selection tab.
Added Badge counter for new/unread messages.
Improved background loading.
Various bug fixes                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Telebroad SMS Console Telebroad SMS Console
ID kojfhdaonbchbeimnjjmikjebjmejkdm
URL Chính Thức https://chromewebstore.google.com/detail/telebroad-sms-console/kojfhdaonbchbeimnjjmikjebjmejkdm
Mô tả SMS Console by Telebroad.com
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 570
Phiên Bản Hiện Tại 1.35
Cập Nhật Lần Cuối 2020-12-24
Ngày Phát Hành 2019-04-29
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.telebroad.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.telebroad.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "pubnub-3.7.12.min.js",
            "jquery.md5.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_popup": "popup.html",
        "default_title": "SMS Console"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "SMS Console by Telebroad.com",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Telebroad SMS Console",
    "permissions": [
        "",
        "notifications",
        "alarms"
    ],
    "version": "1.35",
    "web_accessible_resources": [
        "popup.html",
        "content.js",
        "images\/icon-32.png"
    ]
}