Multi Social Media Messenger
Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place.
Multi Social Media Messenger란 무엇입니까?
Multi Social Media Messenger은(는) T-Social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place."입니다.
확장 프로그램 스크린샷
Multi Social Media Messenger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Multi Social Media Messenger is a tool for everyone, specially designed for Digital Marketers, Content Creators, Digital Marketing Agencies. It helps to manage all social media channels without carry too many tasks. New features: 1. Choosing the specific social networks. messenger you want to use. 2. Adding Tiktok. 3. Adding Dark Theme. We hope this utility will be a great help for your work. Don't forget to rate us 5 stars as the tool is free.
확장 프로그램 기본 정보
이름 | |
ID | gkkdokpleemmommgfollhapmcemhlgnl |
공식 URL | https://chrome.google.com/webstore/detail/gkkdokpleemmommgfollhapmcemhlgnl |
설명 | Multi Social Media Messenger allows you to read and communicate in all most popular messengers in one place. |
파일 크기 | 97.69 KB |
설치 횟수 | 1,035 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-08-10 |
출시 날짜 | 2022-08-10 |
평점 | 4.84/5 총 63 개의 평점 |
개발자 | T-Social |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://messenger.mutilz.agency/install |
개인정보 보호 정책 페이지 URL | https://messenger.mutilz.agency/privacy-policies.html |
지원되는 언어 | id,ms,de,en,en-GB,fil,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "Multi Social Media Messenger", "description": "__MSG_description__", "default_locale": "en", "action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "js": [ "js\/telegram_content_start.js" ], "matches": [ "*:\/\/web.telegram.org\/*" ], "all_frames": true }, { "run_at": "document_start", "js": [ "js\/facebook_content_start.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "all_frames": true }, { "js": [ "js\/whatsapp_content.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "all_frames": true }, { "js": [ "js\/slype_content.js" ], "matches": [ "*:\/\/web.skype.com\/*" ], "all_frames": true }, { "js": [ "js\/jquery.min.js", "js\/inject.js", "js\/multichat_content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/messenger.mutilz.agency\/*" ], "all_frames": true } ], "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "storage", "contextMenus", "declarativeNetRequest", "cookies" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "version": "1.0.0" } |