SMS Pro Solutions - TextingHouse

Send SMS via all your web applications

O que é SMS Pro Solutions - TextingHouse?

SMS Pro Solutions - TextingHouse é uma extensão do Chrome desenvolvida por https://textinghouse.com, e sua principal característica é "Send SMS via all your web applications".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SMS Pro Solutions - TextingHouse

Baixe arquivos de extensão SMS Pro Solutions - TextingHouse no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/)
 ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★                    

Informações Básicas da Extensão

Nome SMS Pro Solutions - TextingHouse SMS Pro Solutions - TextingHouse
ID plioeekphajaajkahjjogkfgpnnbkpdl
URL Oficial https://chromewebstore.google.com/detail/sms-pro-solutions-texting/plioeekphajaajkahjjogkfgpnnbkpdl
Descrição Send SMS via all your web applications
Tamanho do Arquivo 2.58 MB
Contagem de Instalações 821
Versão Atual 2.2.5
Última Atualização 2024-02-08
Data de Publicação 2020-07-02
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor https://textinghouse.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.textinghouse.com
URL da Página de Ajuda https://www.textinghouse.com/faq/
URL da Página de Política de Privacidade https://www.textinghouse.com/politique-vie-privee
Idiomas Suportados 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'"
    }
}