WhatMessenger
This extension allows users to automate operations on whatsapp via web.whatsapp interface
WhatMessengerとは何ですか?
WhatMessengerはhttp://www.neblar.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to automate operations on whatsapp via web.whatsapp interface」です。
拡張機能のスクリーンショット
WhatMessenger拡張機能のCRXファイルをダウンロード
WhatMessenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows users to post bulk messages through automation over WhatsApp via web.whatsapp interface. Features: # One Click bulk messaging # One Click bulk chat deletion # 3 modes to choose contacts: pattern, absolute and select from existing contacts # Custom message setting capability Note: The app works with web.whatsapp only and has not been tested on any other pages Further Reading: https://neblar.com/pages/whatmessenger Support: The extension works as long as it is compatible with web.whatsapp and loses compatibility with the updates of web.whatsapp. We run the extension based on community support and any new modifications or fixes are introduced when someone commissions it. If you would like to extend the functionalities of the extension, get some bugs fixed we encourage you to comission that by sending us an email at [email protected].
拡張機能の基本情報
名前 | |
ID | imhefehgikkfflhkbncoebpjacgnhbhm |
公式URL | https://chrome.google.com/webstore/detail/whatmessenger/imhefehgikkfflhkbncoebpjacgnhbhm |
説明 | This extension allows users to automate operations on whatsapp via web.whatsapp interface |
ファイルサイズ | 134 KB |
インストール数 | 701 |
現在のバージョン | 2.2.2 |
最終更新日 | 2018-10-01 |
公開日 | 2018-10-01 |
評価 | 2.30/5 合計 10 レビュー |
開発者 | http://www.neblar.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://neblar.com/softwareDevelopment/whatMessenger/usage |
ヘルプページのURL | http://neblar.com/softwareDevelopment/whatMessenger/working |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatMessenger", "short_name": "Wessenger", "description": "This extension allows users to automate operations on whatsapp via web.whatsapp interface", "version": "2.2.2", "icons": { "16": "\/assets\/images\/icon_16.png", "128": "\/assets\/images\/icon_128.png" }, "author": { "name": "Rijul Gupta", "email": "[email protected]", "url": "http:\/\/neblar.com" }, "browser_action": { "default_icon": "\/assets\/images\/icon_16.png", "default_title": "What Messenger", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*.whatsapp.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "\/assets\/js\/WhatMessenger.background.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |