Messenger Organizer

Organize all of your messages in Facebook Messenger into custom folders, just like email!

Messenger Organizerคืออะไร?

Messenger Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://messengerorganizer.com และคุณลักษณะหลักของมันคือ "Organize all of your messages in Facebook Messenger into custom folders, just like email!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Are you tired of getting lost in the chaos of all your Facebook Messages?! 

Messenger Organizer solves this problem! 

Messenger Organizer allows you to create customized folders to place your conversations in. This saves you from having to scroll through hundreds of conversations trying to find the right one. 

Best part is, you can use Messenger Organizer for FREE! ***Make sure you register your account first before trying to use the extension!

***Just go to www.messengerorganizer.com and register for an account!***

★★★ Features
★ No configuration.
★ Easily organize all of your messages in Facebook and FB Messenger
★ Create custom folders for every conversation, just like an email account
★ "Unread" message filter to see all of the conversations you haven't responded to
★ Message templates and automated messaging
★ Never waste time scrolling through your conversations trying to find the right one
★ FREE & paid versions available

***NOTICE*** Please be sure to use Messenger Organizer on messenger.com, NOT facebook.com/messages​​, or the software will not work properly (update coming soon).

After installing, please reload all Messenger™ tabs for the extension to take effect. For issues/suggestions, please contact us via email: [email protected]

See the instructional video here: https://youtu.be/vR4JuWoRCe0

✓ Note
FB™, FB Messenger™, Messenger™ and the FB™ and Messenger™ logo are trademarks of Facebook Inc. Use of these trademarks is subject to FB Permissions. This extension is not created nor endorsed by Facebook Inc.

✓ Terms of Use
Only works on messenger.com, NOT facebook.com/messages (update coming soon). No guarantee or warranty is given with the use of  this "Messenger Organizer™" software. The author shall not be held liable for any consequences by its use. Usage of "Messenger Organizer™" extension means that you agree to these terms.                    

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

ชื่อ Messenger Organizer Messenger Organizer
ID pobnhlfpgigndgmphgfhcenmpciagado
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/messenger-organizer/pobnhlfpgigndgmphgfhcenmpciagado
คำอธิบาย Organize all of your messages in Facebook Messenger into custom folders, just like email!
ขนาดไฟล์ 4.84 MB
จำนวนการติดตั้ง 3,761
เวอร์ชันปัจจุบัน 5.5.4
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2019-10-14
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://messengerorganizer.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://www.messengerorganizer.com/privacy-policy1592500971490
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Organize all of your messages in Facebook Messenger into custom folders, just like email!",
    "version": "5.5.4",
    "manifest_version": 3,
    "name": "Messenger Organizer",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/img\/icon2.png"
    },
    "icons": {
        "128": "\/assets\/img\/icon2.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "identity",
        "alarms",
        "clipboardRead",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.messengerorganizer.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.messenger.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/app.messengerorganizer.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.2.1.min.js",
                "\/assets\/js\/moment.min.js",
                "contentScript.bundle.js",
                "\/assets\/js\/vanillaSelectBox.js"
            ],
            "css": [
                "content.styles.css",
                "\/assets\/css\/vanillaSelectBox.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "731467117225-li2t3prrq4b3b3a2le9hqg4mp8rpjash.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "\/assets\/css\/vanillaSelectBox.css",
                "\/assets\/img\/icon2.png"
            ],
            "matches": []
        }
    ]
}