Salesmsg - Business Text Messaging

Salesmsg makes it easy to send, receive, and manage SMS text and MMS picture message conversations using real local phone numbers.

Co to jest Salesmsg - Business Text Messaging?

Salesmsg - Business Text Messaging to rozszerzenie Chrome opracowane przez https://salesmessage.com, a jego główną funkcją jest „Salesmsg makes it easy to send, receive, and manage SMS text and MMS picture message conversations using real local phone numbers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Salesmsg - Business Text Messaging

Pobierz pliki rozszerzeń Salesmsg - Business Text Messaging w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Sign up for your 14-day trial!
https://www.SalesMessage.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - 

// Send & Receive Texts Online //

Stop playing phone tag! Get a real local phone number to easily send text messages online or from your mobile phone. Stay on top of leads, prospects, clients and customers instantly with real-time text messaging. 

- Two-Way SMS Texting
- Unlimited Contacts 
- Saved Replies
- SMS + MMS (emoji's, gifs, vcards)
- NEW! Video Texting
- NEW! Audio Texting

// Text From a Local, Toll-Free, Existing Landline, and Short Codes //

Communicate with leads and customers the way they prefer — texting. Salesmsg can text-enable your existing landline business phone number or provide you a new one for you to use.

- Text enable your existing landline number
- Text from local, toll-free, and landline numbers
- Send mass SMS campaigns from a dedicated short code
- Make calls from your computer or mobile app
- Call forwarding 

// Personal & Shared Inboxes //

Is your team struggling to make connections with their leads and contacts? Salesmsg gives you a simple way to provide and manage team member account and numbers.

- Provide personal or shared numbers for your team
- Auto-replies for outside business hours 
- Easily create, edit, and remove members

// Integrate With Your CRM //

Connect Salesmsg to thousands of apps you use to turn texting into your #1 conversation channel. Use Triggers or integrate your app to send outbound texts to create instant conversations.

- Integrate With HubSpot, Pipedrive, ActiveCampaign, Keap (Infusionsoft), and more
- Integrate with 3,000 Apps With Zapier!
- NEW! Slack Integration
- NEW! Make Integration

// Tons of Robust Features //

- Merge fields
- Shared inboxes
- Call forwarding
- Landline texting
- Import contacts
- Canned responses
- Schedule text messages
- Opt-out management
- Calendar integrations
- Private conversations
- and much more!

Sign up for your 14-day trial!
https://www.SalesMessage.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - 

>> Cut no-shows 20% & added $90K MRR
"Since implementing SMS through Salesmsg, we’ve reduced demo no-shows by about 20% and it helps us bring in about $90,000 in additional sales each month! It's been amazing! " - Wendell Scott

>> Decreased no-shows by 45%
"Salesmsg has completely eliminated the 'phone tag' game and replaced it with real-time conversations over SMS. We've decreased our no-show rate by 45% for our sales appointments and the personalized touch has helped our team close sales faster and with less effort." - Greg Hickman                    

Podstawowe informacje o rozszerzeniu

Nazwa Salesmsg - Business Text Messaging Salesmsg - Business Text Messaging
ID jpnhdjjeppmoifhgkkdccockheofgiba
Oficjalny URL https://chromewebstore.google.com/detail/salesmsg-business-text-me/jpnhdjjeppmoifhgkkdccockheofgiba
Opis Salesmsg makes it easy to send, receive, and manage SMS text and MMS picture message conversations using real local phone numbers.
Rozmiar pliku 7.51 MB
Liczba instalacji 979
Aktualna Wersja 1.36.2
Ostatnia Aktualizacja 2024-01-25
Data Publikacji 2020-06-29
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper https://salesmessage.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.salesmessage.com/?utm_source=chrome&utm_medium=app&utm_campaign=listing
Adres URL Strony Pomocy https://help.salesmessage.com/?utm_source=chrome&utm_medium=app&utm_campaign=listing
Adres URL Strony Polityki Prywatności https://www.salesmessage.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Salesmsg",
    "name": "Salesmsg - Business Text Messaging",
    "author": "Salesmsg",
    "version": "1.36.2",
    "description": "Salesmsg makes it easy to send, receive, and manage SMS text and MMS picture message conversations using real local phone numbers.",
    "browser_action": {
        "default_icon": "img\/[email protected]",
        "default_title": "Salesmsg"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' http:\/\/localhost:3000; object-src 'self'",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "oauth2": {
        "auth_url": "https:\/\/app.salesmessage.com\/auth\/oauth",
        "redirect_url": "https:\/\/app.salesmessage.com\/redirect",
        "number_url": "https:\/\/app.salesmessage.com\/api\/v4\/extension?phone=",
        "client_id": "10",
        "scopes": [
            "user",
            "contact",
            "message",
            "private-api"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.salesmessage.com\/redirect"
            ],
            "js": [
                "auth.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/app.salesmessage.com\/*",
                "*:\/\/qa.salesmessage.com\/*",
                "*:\/\/stage.salesmessage.com\/*",
                "*:\/\/develop.salesmessage.com\/*",
                "*:\/\/release.salesmessage.com\/*",
                "*:\/\/dev.salesmessage.com\/*",
                "*:\/\/*.salesmessage.loc\/*"
            ],
            "js": [
                "highlight.js"
            ],
            "css": [
                "highlight.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "webNavigation",
        "system.display",
        "https:\/\/*.salesmessage.com\/*"
    ]
}