WhatsApp Extension
Extension to send messages on WhatsApp
什麼是WhatsApp Extension?
WhatsApp Extension是由cailles florian開發的Chrome擴展程式,該擴展的主要功能是“Extension to send messages on WhatsApp”。
擴展截圖
下載WhatsApp Extension擴展crx文件
下載WhatsApp Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Kermeet is an application that allows you to send messages directly from your computer to WhatsApp contacts without the need to add them to your phone's contact list. This application is particularly useful for sales professionals.
擴展基本資訊
名稱 | WhatsApp Extension |
ID | dpdohcbikjjmimjmnhnldlgmecikcbfi |
官方網址 | https://chromewebstore.google.com/detail/whatsapp-extension/dpdohcbikjjmimjmnhnldlgmecikcbfi |
簡介 | Extension to send messages on WhatsApp |
檔案大小 | 51.49 KB |
安裝次數 | 42 |
目前版本 | 1.2 |
更新時間 | 2023-10-11 |
上架時間 | 2023-09-03 |
評分 | 5.00/5 共 3 次評分 |
開發者 | cailles florian |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.freeprivacypolicy.com/live/f61c50ff-a2d9-46ff-b897-d917a5293816 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsApp Extension", "version": "1.2", "description": "Extension to send messages on WhatsApp", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [] } |