My Messenger CRM

My Messenger CRM lets you Label, Tag, Organise, Automate your conversations in FB Messenger and makes it a Sales Pipeline.

My Messenger CRM là gì?

My Messenger CRM là một tiện ích mở rộng Chrome được phát triển bởi https://themarketingtools.io, và tính năng chính của nó là "My Messenger CRM lets you Label, Tag, Organise, Automate your conversations in FB Messenger and makes it a Sales Pipeline.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Messenger CRM

Tải xuống các tệp mở rộng My Messenger CRM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Managing Conversations on FB Messenger is not easy. There are tools to Sort, Tag, Search, and Automate. 

My Messenger CRM gives you all the tools needed to turn your FB Messenger into a fully functions Sales CRM and a Pipeline. 

Here's what you can do with My Messenger CRM

Give Color coded Labels to each conversation
Custom Tags for more sorting and control
Search function for all the labels 
Browser notifications 
Webhooks to push data to any other Email Marketing Software, Calendar, CRM  etc. 

And Many more features in the roadmap to help you make the most of your Conversations on Messenger. 

No more frustration and struggling moments to find that hot lead or conversation you wanted to reach. Its just takes a few clicks to find that with My Messenger CRM. 

THIS EXTENSION IS APPROVED BY GENIUS SOFTWARE DEVELOPMENT LLC.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Messenger CRM My Messenger CRM
ID faifbldhglkddmceoackphildnnnggal
URL Chính Thức https://chromewebstore.google.com/detail/my-messenger-crm/faifbldhglkddmceoackphildnnnggal
Mô tả My Messenger CRM lets you Label, Tag, Organise, Automate your conversations in FB Messenger and makes it a Sales Pipeline.
Kích Thước Tệp 5.44 MB
Số Lần Cài Đặt 337
Phiên Bản Hiện Tại 3.7.90
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2021-07-24
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://themarketingtools.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mymessengercrm.com
URL Trang Trợ Giúp https://www.messenger.com/allmarketingtools.io
URL Trang Chính Sách Bảo Mật https://themarketingtools.io/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Messenger CRM",
    "version": "3.7.90",
    "manifest_version": 3,
    "description": "My Messenger CRM lets you Label, Tag, Organise, Automate your conversations in FB Messenger and makes it a Sales Pipeline.",
    "icons": {
        "16": "images\/60b4b8bbcf079d01363fbeb8-Genius_Messenger_CRM-1626265875691-small_icon.png",
        "48": "images\/60b4b8bbcf079d01363fbeb8-Genius_Messenger_CRM-1626265875743-medium_icon.png",
        "128": "images\/60b4b8bbcf079d01363fbeb8-Genius_Messenger_CRM-1626265875793-large_icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "My 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": "MMC"
}