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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 💻
확장 프로그램 기본 정보
이름 | 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" } } |