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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Messenger pin message
قم بتنزيل ملفات الامتداد Messenger pin message بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        📌 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 💻                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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"
    }
}  |  |