SMS Pro Solutions - TextingHouse

Send SMS via all your web applications

Что такое SMS Pro Solutions - TextingHouse?

SMS Pro Solutions - TextingHouse - это расширение Chrome, разработанное https://textinghouse.com, и его основная функция - "Send SMS via all your web applications".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SMS Pro Solutions - TextingHouse

Скачайте файлы расширений 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
Электронная почта [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'"
    }
}