Smart Responder

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

ما هو Smart Responder؟

Smart Responder هو إضافة Chrome تم تطويرها بواسطة http://automationsuite.io، والميزة الرئيسية لها هي "The software that turns your PERSONAL FACEBOOK PROFILE into a smart CHATBOT AUTORESPONDER ".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smart Responder

قم بتنزيل ملفات الامتداد Smart Responder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://smartresponder.io/support
عنوان صفحة سياسة الخصوصية 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"
}