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
公式URL 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
Eメール [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'"
    }
}