Genius Messenger CRM

Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.

What is Genius Messenger CRM?

Genius Messenger CRM is a Chrome extension developed by https://geniusmessengercrm.io, and its main feature is "Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Genius Messenger CRM Extension CRX File

Download Genius Messenger CRM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline being used in Facebook.

No more sorting through messages to find where a prospect is in the sales pipeline. You no longer need to type the same thing over and over and over again, or copy and paste text and links to leads. You can stop wondering who you have are appointments with, or when they are supposed to be called or when to send a follow up message.

Track leads: The built-in Messenger CRM will keep track of all prospects and leads right inside Messenger without ever having to look somewhere else.

With customizable color-coded Labels, each Facebook Friend can be tagged with a proper label: Prospect, Lead, Hot Lead, Client, Friend, Family, etc. Keep track of everyone ever messaged and never lose a Messenger sale ever again! 

Sort by Labels, Tags, by who sent the last message, and by unread.

Add Custom Tags to every labeled contact.

Schedule Notifications: Easily schedule reminder notifications right inside Messenger and get a browser notification, or send to a webhook and put it on your favorite calendar..

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.

Sync between computers - data stored in our database s you can access it from any computer logged into that account.

Fields to enter phone and email if provided voluntarily.

Webhooks: Sync with calendar, email autoresponder, text marketing software, CRM, wherever you need it.

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

Extension Basic Information

Name Genius Messenger CRM Genius Messenger CRM
ID jfnchnfmkjiehpejhindhbiafldoigoo
Official URL https://chromewebstore.google.com/detail/genius-messenger-crm/jfnchnfmkjiehpejhindhbiafldoigoo
Description Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.
File Size 5.44 MB
Installation Count 6,091
Current Version 3.7.96
Last Updated 2024-03-04
Publish Date 2020-08-31
Rating 4.38/5 Total 47 Ratings
Developer https://geniusmessengercrm.io
Email [email protected]
Payment Type free
Extension Website http://geniusmessengercrm.io
Help Page URL https://edsays.net/GMCRMsupport
Privacy Policy Page URL https://geniusposts.io/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Messenger CRM",
    "version": "3.7.96",
    "manifest_version": 3,
    "description": "Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.",
    "icons": {
        "16": "images\/1625850272609-smallLogo.png",
        "48": "images\/1625850272683-mediumLogo.png",
        "128": "images\/1625850272732-largeLogo.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Genius Messenger CRM"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif",
                "audio\/*.mp3",
                "inject-helper\/img\/*.gif",
                "inject-helper\/img\/*.png",
                "inject-helper\/img\/*.svg",
                "inject-helper\/js\/inject.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "notifications",
        "alarms",
        "declarativeNetRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/mbasic.facebook.com\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/mobile.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/app.integrately.com\/",
        "https:\/\/api.geniusmessenger.io\/",
        "https:\/\/upload.facebook.com\/",
        "*:\/\/*.geniusmessenger.io\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject-helper\/css\/toastify.min.css",
                "inject-helper\/css\/emoji.css",
                "inject-helper\/css\/map.min.css",
                "inject-helper\/css\/speed.min.css",
                "inject-helper\/css\/common.css"
            ],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "inject-helper\/js\/arrive.js",
                "inject-helper\/js\/config.js",
                "inject-helper\/js\/util.js",
                "inject-helper\/js\/jquery.emojiarea.js",
                "inject-helper\/js\/emoji-picker.js",
                "inject-helper\/js\/speed.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/m.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [],
            "js": [
                "inject-helper\/js\/jquery-3.1.0.min.js",
                "getAllFbFriends.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/friends\/*",
                "https:\/\/web.facebook.com\/friends\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "GMC"
}