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'"
    }
}