Clienty Wap Sender
Clienty WhatsApp message sender
Clienty Wap Senderとは何ですか?
Clienty Wap Senderはhttps://clienty.coによって開発されたChromeの拡張機能で、その主な機能は「Clienty WhatsApp message sender」です。
拡張機能のスクリーンショット
Clienty Wap Sender拡張機能のCRXファイルをダウンロード
Clienty Wap Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp messages sender plugin to use in conjunction with Clienty CRM.
拡張機能の基本情報
名前 | Clienty Wap Sender |
ID | ogfjacfnpglhmdllkobbhpdmpdakkhhh |
公式URL | https://chromewebstore.google.com/detail/clienty-wap-sender/ogfjacfnpglhmdllkobbhpdmpdakkhhh |
説明 | Clienty WhatsApp message sender |
ファイルサイズ | 2.25 MB |
インストール数 | 280 |
現在のバージョン | 1.8.1 |
最終更新日 | 2023-08-10 |
公開日 | 2022-08-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://clienty.co |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://clienty.co/tyc |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clienty Wap Sender", "version": "1.8.1", "description": "Clienty WhatsApp message sender", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Clienty Wap Sender", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "run_at": "document_end", "js": [ "web.whatsapp.content.js" ] }, { "matches": [ "*:\/\/*.clienty.co\/*", "*:\/\/*.clienty.test\/*" ], "run_at": "document_idle", "js": [ "clienty.content.js" ] } ], "web_accessible_resources": [ { "resources": [ "web.whatsapp.content.accessible.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] } |