Genius Messenger CRM

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

什麼是Genius Messenger CRM?

Genius Messenger CRM是由https://geniusmessengercrm.io開發的Chrome擴展程式,該擴展的主要功能是“Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Genius Messenger CRM擴展crx文件

下載Genius Messenger CRM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Genius Messenger CRM Genius Messenger CRM
ID jfnchnfmkjiehpejhindhbiafldoigoo
官方網址 https://chromewebstore.google.com/detail/genius-messenger-crm/jfnchnfmkjiehpejhindhbiafldoigoo
簡介 Genius Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.
檔案大小 5.44 MB
安裝次數 6,091
目前版本 3.7.96
更新時間 2024-03-04
上架時間 2020-08-31
評分 4.38/5 共 47 次評分
開發者 https://geniusmessengercrm.io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://geniusmessengercrm.io
說明頁面URL https://edsays.net/GMCRMsupport
隱私政策頁面URL https://geniusposts.io/privacy-policy.html
支援的語言 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"
}