Messenger pin message
Extension to pin important message in a messenger conversation
Messenger pin messageとは何ですか?
Messenger pin messageはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extension to pin important message in a messenger conversation」です。
拡張機能のスクリーンショット
Messenger pin message拡張機能のCRXファイルをダウンロード
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 |
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" } } |