METJET Free Bulk Messaging
METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.
METJET Free Bulk Messagingとは何ですか?
METJET Free Bulk Messagingはhttps://metjetsac.comによって開発されたChromeの拡張機能で、その主な機能は「METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.」です。
拡張機能のスクリーンショット
METJET Free Bulk Messaging拡張機能のCRXファイルをダウンロード
METJET Free Bulk Messaging拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best Message Sending Extension. Send customized messages and greetings Messages to your customers and Family Members. Important Note: Our extension features are not intended to mass message or spam the people. It is intended to send greetings, invitation and offer messages to family, friends and people you know, please use responsibly.
拡張機能の基本情報
名前 | METJET Free Bulk Messaging |
ID | dmcnmfllnjedaghbpeijdblnnbjdnajb |
公式URL | https://chromewebstore.google.com/detail/metjet-free-bulk-messagin/dmcnmfllnjedaghbpeijdblnnbjdnajb |
説明 | METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more. |
ファイルサイズ | 3.96 MB |
インストール数 | 3,669 |
現在のバージョン | 3.1.29 |
最終更新日 | 2023-11-14 |
公開日 | 2022-05-11 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | https://metjetsac.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://metjetsac.com/ |
プライバシーポリシーページのURL | http://metjetsac.com/Privacidad |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "METJET Free Bulk Messaging", "version": "3.1.29", "short_name": "METJET Free Bulk Messaging", "author": "metjetsac.com", "description": "METJET Free Bulk Messaging - Send Messages, Attachments, Personalized Message, Smart auto replies and more.", "manifest_version": 2, "background": { "scripts": [ "bglib.js" ], "persistent": true }, "permissions": [ "*:\/\/web.whatsapp.com\/*", "https:\/\/www.metjetsac.com\/*", "storage" ], "content_scripts": [ { "js": [ "conlib.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/emojis\/angry.gif", "img\/emojis\/care.gif", "img\/emojis\/haha.gif", "img\/emojis\/like.gif", "img\/emojis\/love.gif", "img\/emojis\/sad.gif", "img\/emojis\/wow.gif", "js\/mainlib.js", "css\/mainlib.css", "css\/tiptop.css", "locales\/en.json", "locales\/countries.json" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16-sq.png", "32": "\/images\/32-sq.png", "48": "\/images\/48-sq.png", "128": "\/images\/128-sq.png" } }, "icons": { "16": "\/images\/16-sq.png", "32": "\/images\/32-sq.png", "48": "\/images\/48-sq.png", "128": "\/images\/128-sq.png" } } |