WAP Sender
Send single or bulk messages without saving numbers.
WAP Senderとは何ですか?
WAP SenderはThe Digitalifyによって開発されたChromeの拡張機能で、その主な機能は「Send single or bulk messages without saving numbers.」です。
拡張機能のスクリーンショット
WAP Sender拡張機能のCRXファイルをダウンロード
WAP Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Helps to generate the business lead.
拡張機能の基本情報
名前 | WAP Sender |
ID | gnnbicblnglgjplblalhlhoieedcpkph |
公式URL | https://chromewebstore.google.com/detail/wap-sender/gnnbicblnglgjplblalhlhoieedcpkph |
説明 | Send single or bulk messages without saving numbers. |
ファイルサイズ | 794 KB |
インストール数 | 4,701 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-11-28 |
公開日 | 2020-11-27 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | The Digitalify |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thedigitalify.com/ |
ヘルプページのURL | https://thedigitalify.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WAP Sender", "version": "1.0.0", "description": "Send single or bulk messages without saving numbers.", "background": { "scripts": [ "backgroundmin.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentmin.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "WAP Sender" }, "permissions": [ "storage" ], "manifest_version": 2, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |