ELMessenger Pro

Manage contact on Facebook messenger

ELMessenger Pro란 무엇입니까?

ELMessenger Pro은(는) https://elmessengerpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage contact on Facebook messenger"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ELMessenger Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ELMessenger Pro is a tool that Turns Your Facebook Messenger Into A Color-Coded CRM And Generates TARGETED Traffic, Leads & Sales without having to pay for Paid ads. 

ELMessenger Pro lets you automate some of the most time-consuming & mundane tasks, without losing the organic and personal touch.

Send automated friend requests to targeted people in your niche, with a personalized welcome message with their first name, so you can focus your time on just the people that get back to you. 

Hyper-target members of a specific group, by adding a profile tag your dream customers identify themselves as (Affiliate Marketer, Founder, CEO, Coach, Self Employed etc.) 

Organize your messenger inbox by creating color-coded tags like “Follow Up”, “Hot Lead”, “Interested” etc. and tag people inside your Facebook messenger. You will know exactly who a person is and where that person is in your sales cycle.

Sort your leads based on a tag, which makes it super easy for you to follow up with them and never lose a sale because of not following up.

Send broadcast messages based on a specific tag, so you can save your time and don’t need to message them one by one.

ELMessenger Pro allows you to keep notes on people, so you never forget important information about a person.

Create Google calendar events from within the messenger, so you get reminded to follow up with someone.

Create message templates, which you can use as your personal clipboard, so you don’t have to re-write messages over and over again.

Let ELMessenger Pro automatically reply to comments on your CTA posts, based on a specific keyword (like "info" or whatever you like) and send them a personalized message with the info they requested.

ELMessenger Pro will help you filter, sort, organize, and market your products and services to your Facebook friends on your personal profile.

Turning your Facebook Organic Marketing into a highly effective sales producing, client generating, Profile Profiteering machine.

Check out our other Extensions to automate more of your Facebook processes and finally reach your organic marketing goals.

If you are into Organic Facebook Marketing you need to be able to manage your Messenger and sync with your Google Calendar account.  ELMessenger Pro does that for you and more.

Once you see how powerful ELMessenger Pro is for your business you will not want to use any other app.

Re-Cap of Features

- Google Calendar Integration
- Automatically apply a tag
- Notes
- Filter by: Tag, Note, and Last Response
- Messenger Broadcasts
- Messenger Campaigns
- Automatically re-tag after sending a Broadcast
- Delete Friends Based on Tag
- Canned Responses
- Post Friender | Automatically send Friend Requests, The First Message, and Automatically tag Facebook users who engaged with a Post.
- Smart Campaigns | Set campaigns so that you don't send the same message to the same person twice.
- Engagement | Automatically add comments to posts in groups and on your wall and send direct messages to individuals that interact with your posts.  
- Emoji's 
- Images
- In App Education so you can easily navigate the ELMessenger tool and Dominate your Facebook Marketing.
- Enhanced NOTE automations
- Frameworks | Be able to share global segments, tags
- Pipelines | Move your leads through your Facebook Messenger to your outside CloudKii® CRM
- Links | Send a link in messenger to collect users emails with their permission before sending over to your offer. These will also connect to your CloudKii® CRM
All right in side the FACEBOOK MESSENGER
- Export your Contacts to a Google Sheet 
- Manage inactive friends based off of time
- See when contacts last engaged with you                    

확장 프로그램 기본 정보

이름 ELMessenger Pro ELMessenger Pro
ID oefjnfpageadahlgfklncpebmanopcoj
공식 URL https://chromewebstore.google.com/detail/elmessenger-pro/oefjnfpageadahlgfklncpebmanopcoj
설명 Manage contact on Facebook messenger
파일 크기 42.74 MB
설치 횟수 6,061
현재 버전 10.0.13
최근 업데이트 2024-02-23
출시 날짜 2020-12-17
평점 4.39/5 총 44 개의 평점
개발자 https://elmessengerpro.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://elmessengerpro.com
도움말 페이지 URL https://elmlink.co/support
개인정보 보호 정책 페이지 URL https://cloudki.io/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ELMessenger Pro",
    "description": "Manage contact on Facebook messenger",
    "version": "10.0.13",
    "oauth2": {
        "client_id": "60130079824-nnpe430s45elj7o67n8brdsdkb3ige12.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": ".\/images\/elm.png",
        "default_title": "ELMessenger Pro",
        "default_popup": "popup-new.html"
    },
    "icons": {
        "16": ".\/images\/elm.png",
        "48": ".\/images\/elm.png",
        "128": ".\/images\/elm.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery.min.js",
                ".\/js\/core.js",
                ".\/js\/tagify.min.js",
                ".\/js\/contentNav.js",
                ".\/js\/content.js",
                ".\/js\/friends.js",
                "js\/simpleNotify.js",
                ".\/js\/contentFunctions.js",
                ".\/js\/membersFriender.js",
                ".\/js\/group.js",
                ".\/js\/postFrienderComments.js",
                ".\/js\/friendsPage.js",
                ".\/js\/friendsPage-old.js"
            ],
            "css": [
                "css\/simpleNotifyStyle.css",
                ".\/css\/tagify.css",
                ".\/css\/dark.css",
                ".\/css\/content.css",
                ".\/css\/friendsPage.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*action=getPostId*"
            ],
            "js": [
                ".\/js\/getPostId.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*action=fixcontact*"
            ],
            "js": [
                ".\/js\/fixContact.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                ".\/js\/emoji.min.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                ".\/js\/contentNav.js",
                ".\/js\/content.js"
            ],
            "css": [
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/chosen.min.css",
                ".\/css\/content.css",
                ".\/css\/messenger.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*\/members*action=friender*"
            ],
            "js": [
                ".\/js\/frienderPage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/friends\/requests?action=controlFriendRequest*"
            ],
            "js": [
                ".\/js\/friendRequests.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/messages\/t\/*action=sendmessage*",
                "https:\/\/www.messenger.com\/t\/*action=sendmessage*",
                "https:\/\/www.facebook.com\/*action=grabName*",
                "https:\/\/www.facebook.com\/*action=getMemberUserProfileId*"
            ],
            "js": [
                ".\/js\/sendMessage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/jquery.min.js",
                ".\/js\/core.js",
                ".\/js\/contentFunctions.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/messages\/*action=mobileSendMessage",
                "https:\/\/m.facebook.com\/*action=mobileGrabName*"
            ],
            "js": [
                ".\/js\/mobileSendMessage.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/m.facebook.com\/*action=replyComments*"
            ],
            "js": [
                ".\/js\/replyComment.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/next.cloudki.io\/*state=extension_token*"
            ],
            "js": [
                ".\/js\/core.js",
                ".\/js\/oauth.js",
                ".\/js\/oauthContent.js"
            ],
            "css": [
                ".\/css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "clipboardRead",
        "unlimitedStorage",
        "declarativeNetRequest",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.googleapis.com\/*",
        "https:\/\/cloudki.io\/*",
        "https:\/\/app.cloudki.io\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/www.facebook.com\/messages\/t\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/res.cloudinary.com\/*",
        "http:\/\/res.cloudinary.com\/*",
        "https:\/\/elmessenger.cloudki.io\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "http:\/\/localhost:5000\/*",
        "https:\/\/next.cloudki.io\/*",
        "https:\/\/elm-glitch.glitch.me\/*",
        "https:\/\/elm-prod.herokuapp.com\/*",
        "https:\/\/elmessengertest.herokuapp.com\/*"
    ]
}