Messenger Matic - Messenger CRM

Messenger Matic Chrome Extension

Messenger Matic - Messenger CRMคืออะไร?

Messenger Matic - Messenger CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://automatics.one และคุณลักษณะหลักของมันคือ "Messenger Matic Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Matic - Messenger CRM

ดาวน์โหลดไฟล์ส่วนขยาย Messenger Matic - Messenger CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Messenger Matic is a Messenger CRM that helps you to tag and manage people so you can see everyone in your pipeline in a sorted way. 

Messenger Matic Messenger CRM is build for people who is into organic marketing using their Facebook profile. 

Messenger Matic helps you to optimize and organize a Sales Pipeline directly in Facebook Messenger and even inside the extension itself. 


Lead Manager: it will keep track of all your leads inside messenger matic. You can click the tag and see the list of people inside that tag. You can also customize the color of a tag so its much easier to see inside the messenger crm. 

Notifications: You can create notification inside chrome so at the time when you created the notification it will show you an alert do you don't miss the event.

Canned Response: From now don't get tired of writing the same message over and over again. You can type once and send it to someone in few clicks. 

Tag, Organize and manage leads in few clicks on Messenger.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Messenger Matic - Messenger CRM Messenger Matic - Messenger CRM
ID pccgiaekopoceadmcmnjolcpjfidonpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messenger-matic-messenger/pccgiaekopoceadmcmnjolcpjfidonpo
คำอธิบาย Messenger Matic Chrome Extension
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2021-06-26
วันที่เผยแพร่ 2020-12-09
ผู้พัฒนา https://automatics.one
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.offerlevels.com/messenger-matic
URL หน้านโยบายความเป็นส่วนตัว https://automatics.one/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Messenger Matic Chrome Extension",
    "version": "3.0.2",
    "name": "Messenger Matic - Messenger CRM",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "32.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*",
                "*:\/\/*.facebook.com\/messages\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "script.js",
        "128.png",
        "32.png",
        "logo-light.png",
        "newtab.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "",
        "activeTab"
    ]
}