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
公式URL 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
Eメール [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"
}