Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
Easy Sender for WhatsApp™とは何ですか?
Easy Sender for WhatsApp™はGabriel Esteves Messasによって開発されたChromeの拡張機能で、その主な機能は「Send WhatsApp™ messages without having to add the contact, just select the number」です。
拡張機能のスクリーンショット
Easy Sender for WhatsApp™拡張機能のCRXファイルをダウンロード
Easy Sender for WhatsApp™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option. The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.
拡張機能の基本情報
名前 | Easy Sender for WhatsApp™ |
ID | ejiijcenbnglpkoehlganopoheochbon |
公式URL | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
説明 | Send WhatsApp™ messages without having to add the contact, just select the number |
ファイルサイズ | 26.11 KB |
インストール数 | 5,343 |
現在のバージョン | 1.2 |
最終更新日 | 2022-10-24 |
公開日 | 2020-05-28 |
評価 | 3.83/5 合計 6 レビュー |
開発者 | Gabriel Esteves Messas |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
ヘルプページのURL | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
対応言語 | en,en-GB,en-US,es,es-419,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.2", "default_locale": "en_US", "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": "Easy Sender.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "contextMenus", "storage", "scripting", "activeTab" ], "icons": { "16": "Easy Sender.png", "32": "Easy Sender.png", "48": "Easy Sender.png", "128": "Easy Sender.png" } } |