TxtSync - Send and Receive SMS from Chrome

Easily send and receive text messages from within your browser

TxtSync - Send and Receive SMS from Chrome là gì?

TxtSync - Send and Receive SMS from Chrome là một tiện ích mở rộng Chrome được phát triển bởi TxtSync, và tính năng chính của nó là "Easily send and receive text messages from within your browser".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TxtSync - Send and Receive SMS from Chrome

Tải xuống các tệp mở rộng TxtSync - Send and Receive SMS from Chrome 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

                        Reliable, low cost Bulk SMS and SMS Marketing Campaigns with no hidden monthly fees.

TxtSync specialises in providing cloud-based global SMS capabilities to individuals and businesses. Using our intuitive web-based product you will easily be able to set up SMS marketing campaigns, send out SMS in bulk, track response rates and monitor delivery reporting.

With a 98% open rate on SMS you can be sure that your messages will be read!

Our software also tracks and displays inbound SMS in realtime. Using our outbound and inbound SMS capabilities you, and your staff can easily hold SMS conversions with your customers.

TxtSync also provides an API, as well as a Microsoft Flow and Zapier integration which can be used to incorporate SMS into existing products and workflows.                    

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

Tên TxtSync - Send and Receive SMS from Chrome TxtSync - Send and Receive SMS from Chrome
ID niaaajnfnhfnjbojpdkhghhocgfifnod
URL Chính Thức https://chrome.google.com/webstore/detail/txtsync-send-and-receive/niaaajnfnhfnjbojpdkhghhocgfifnod
Mô tả Easily send and receive text messages from within your browser
Kích Thước Tệp 42.28 MB
Số Lần Cài Đặt 321
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2020-01-08
Ngày Phát Hành 2020-01-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển TxtSync
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://txtsync.com
URL Trang Trợ Giúp https://txtsync.com
URL Trang Chính Sách Bảo Mật https://txtsync.com/terms-and-conditions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.7",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/CloudIcon-48.png",
        "128": "images\/CloudIcon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' https:\/\/stats.pusher.com;  object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.txtsync.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "page": "background\/index.html",
        "resources": [
            "background\/runtime.js",
            "background\/polyfills.js",
            "background\/styles.js",
            "background\/main.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "content-script\/assets\/dynamics-inject.js",
        "content-script\/assets\/fonts\/fontawesome\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/CloudIcon-48.png",
            "128": "images\/CloudIcon-128.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "browser-action\/index.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/app.txtsync.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/contentscript.css",
                "content-script\/styles.css",
                "content-script\/assets\/fonts\/fontawesome\/fontawesomeloader.css"
            ],
            "js": [
                "content-script\/assets\/jquery-3.1.0.min.js",
                "content-script\/assets\/contentscript.js",
                "content-script\/runtime.js",
                "content-script\/polyfills.js",
                "content-script\/main.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "nativeMessaging",
        "notifications",
        "storage",
        "tabs",
        ""
    ]
}