Messenger pin message

Extension to pin important message in a messenger conversation

Messenger pin messageคืออะไร?

Messenger pin message เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension to pin important message in a messenger conversation"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger pin message

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

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

                        📌 This extension is to pin message 💬 or link 🔗 in your messenger conversation ! 📌
It's very easy to use : 😄
1- Click on "..." options for a message 💬
2- Click on pin message 📌
3- Your message is pin, you can show it on you PIN MESSAGE part at the right of screen 👉
4- You can copy the message into your clip-board to share-it 📢
❗❗ Warning ❗❗
- Pinned messages are only visible to you 👀
- They are of course only accessible from your chrome session 💻                    

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

ชื่อ Messenger pin message Messenger pin message
ID lbcagdhadcjoghpobcmeijofddmpmfld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messenger-pin-message/lbcagdhadcjoghpobcmeijofddmpmfld
คำอธิบาย Extension to pin important message in a messenger conversation
ขนาดไฟล์ 503 KB
จำนวนการติดตั้ง 596
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-04-14
วันที่เผยแพร่ 2020-04-14
คะแนน 1.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger pin message",
    "short_name": "Pinger",
    "description": "Extension to pin important message in a messenger conversation",
    "version": "0.0.3",
    "permissions": [
        "https:\/\/www.messenger.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "trash.svg",
        "copy.svg",
        "tick.svg"
    ],
    "content_scripts": [
        {
            "js": [
                ".\/node_modules\/jquery\/dist\/jquery.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    }
}