Smart Responder

The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER

Wat is Smart Responder?

Smart Responder is een Chrome-extensie ontwikkeld door http://automationsuite.io, en de belangrijkste functie is "The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smart Responder

Download Smart Responder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Smart Responder urns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER 

THIS IS A WHITE LABEL EXTENSION MADE BY MFEN EVAN by Tier 5

No more missing chances to turn prospects into customers program smart responder to respond to keywords just like you would with a email autoresponder.  make sure your profile will respond when someone asks a question or replies to your conversation even if you away from your computer.



You no longer need to type the same thing over and over again or copy-paste text and links into chats. 

Automate: Using customized Canned Responses, easily find the the things that are repeatedly typed, and add them to the chat window with the click of a button. You can even add emoji's, and you can also personalize the contact's name anywhere within a Canned Response.

This extension is an incredible time saver and will keep you organized - never lose another lead again.

HOW IT WORKS:

Once you activate the plugin, you are able to program Smart Responder to respond to any conversation even when you are away from your computer


WHY SHOULD I TRY IT: 
Smart Responder will do tedious  work for you! It will organize and answer important conversations that lead to sales with ease. You can set up automated messages so that when someone accepts they are automatically connected directly with your virtual assistant or other member of your team who can help convert them into a client.



LIMITATIONS:

Smart Messenger is designed to take s

We suggest only using this plugin in the recommended settings (details inside of demo). 

PRICE:
Try it 7 days for free, then buy a license at https://smartresponder.io/7-day-trail 

Detailed plans and workshops are held inside our group.
https://thecoachingportal.me/join                    

Basisinformatie over de Extensie

Naam Smart Responder Smart Responder
ID bclpceidnlkbmhlfdgppnicflaolkbid
Officiële URL https://chrome.google.com/webstore/detail/smart-responder/bclpceidnlkbmhlfdgppnicflaolkbid
Beschrijving The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER
Bestandsgrootte 3.68 MB
Aantal Installaties 54
Huidige Versie 1.1.7
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2021-09-27
Ontwikkelaar http://automationsuite.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://smartresponder.io
Help Pagina-URL https://smartresponder.io/support
URL van de Privacybeleid Pagina https://get.automationsuite.io/Privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Responder",
    "version": "1.1.7",
    "manifest_version": 3,
    "description": "The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER ",
    "icons": {
        "16": "images\/60eae92ca1974c03c4414d82-Smart_Responder-1632491338061-small_icon.png",
        "48": "images\/60eae92ca1974c03c4414d82-Smart_Responder-1632741257299-medium_icon.png",
        "128": "images\/60eae92ca1974c03c4414d82-Smart_Responder-1632741257346-large_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Smart Responder",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/api.mefnevan.com\/api"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageListGetter.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividual.js"
            ],
            "matches": [
                "https:\/\/mbasic.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        },
        {
            "all_frames": true,
            "js": [
                "vendor.js",
                "messageIndividualFB.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/messages\/t\/*"
            ],
            "run_at": "document_end",
            "persistent": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'",
        "content_scripts": "script-src 'self'; object-src 'none'"
    },
    "short_name": "SR"
}