SMS Pro Solutions - TextingHouse

Send SMS via all your web applications

什麼是SMS Pro Solutions - TextingHouse?

SMS Pro Solutions - TextingHouse是由https://textinghouse.com開發的Chrome擴展程式,該擴展的主要功能是“Send SMS via all your web applications”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SMS Pro Solutions - TextingHouse擴展crx文件

下載SMS Pro Solutions - TextingHouse擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TextingHouse : Online SMS service for your business !

TextingHouse is an SMS PRO communication application, intended for all professionals wishing to build loyalty, inform, alert their customers or promote their products through SMS.

TextingHouse is placed in the web browser of the user's workstation (Chrome, Firefox, Opera or Edge, on PC or MAC) as an extension and immediately brings to the company an instant communication channel via the SMS media.
Sending professional SMS by TextingHouse allows developmentlessly and naturally to improve customer relationship management and increase the impact of marketing campaigns.

When opening your account, 10 free SMS messages are offered to you for testing.
Then, the SMS packs can be purchased directly from the extension. Bank card, bank transfer and check are accepted. (See our prices: https://www.textinghouse.com/tarifs/)

Features details:
 ✓ Import of recipients via Excel file, OpenOffice or csv
 ✓ Automatic detection of mobile phone numbers on your web pages (your CRM, ...)

 ✓ Immediate or delayed sending of SMS
 ✓ Creation of SMS templates
 ✓ Configuration of an automatic SMS header
 ✓ Send personalized message using variables extracted from your imported files

 ✓ Saving contacts in a directory
 ✓ Saving your custom variables in your directory

 ✓ Synthetic tracking of your sent SMS
 ✓ Display of the detail for each SMS sent
 ✓ Display of any responses to your SMS
 ✓ Export of all your SMS sent to an Excel file

 ✓ Multi-user version allowing to manage several users under the same common credit
 ✓ Statistics for sending your account

By proceeding with the installation you know the conditions found at the address https://www.textinghouse.com/cgv-cgu/.

  ➤ Learn more at https://www.textinghouse.com/en/

TextingHouse is available for Google Chrome, Mozilla Firefox, Opera and Microsoft Edge. (https://www.textinghouse.com/en/download/)
 ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★                    

擴展基本資訊

名稱 SMS Pro Solutions - TextingHouse SMS Pro Solutions - TextingHouse
ID plioeekphajaajkahjjogkfgpnnbkpdl
官方網址 https://chromewebstore.google.com/detail/sms-pro-solutions-texting/plioeekphajaajkahjjogkfgpnnbkpdl
簡介 Send SMS via all your web applications
檔案大小 2.58 MB
安裝次數 821
目前版本 2.2.5
更新時間 2024-02-08
上架時間 2020-07-02
評分 4.50/5 共 4 次評分
開發者 https://textinghouse.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.textinghouse.com
說明頁面URL https://www.textinghouse.com/faq/
隱私政策頁面URL https://www.textinghouse.com/politique-vie-privee
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "author": "TextingHouse",
    "version": "2.2.5",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/TextingHouse_logo_16.png",
        "32": "images\/TextingHouse_logo_32.png",
        "48": "images\/TextingHouse_logo_48.png",
        "128": "images\/TextingHouse_logo_128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/content_script.css"
            ],
            "js": [
                "scripts\/content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/TextingHouse_logo_19.png",
            "38": "images\/TextingHouse_logo_38.png"
        },
        "default_title": "TextingHouse"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}