Smart Responder

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

什么是Smart Responder?

Smart Responder是由http://automationsuite.io开发的Chrome扩展程序,该扩展的主要功能是“The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER ”。

扩展截图

screenshot

下载Smart Responder扩展crx文件

下载Smart Responder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Smart Responder Smart Responder
ID bclpceidnlkbmhlfdgppnicflaolkbid
官方URL https://chrome.google.com/webstore/detail/smart-responder/bclpceidnlkbmhlfdgppnicflaolkbid
简介 The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER
文件大小 3.68 MB
安装次数 54
当前版本 1.1.7
更新时间 2023-03-17
上架时间 2021-09-27
开发者 http://automationsuite.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://smartresponder.io
帮助页面URL https://smartresponder.io/support
隐私政策页面URL https://get.automationsuite.io/Privacy-policy
支持的语言 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"
}