whatsgw
whatsgw.com.br - Automatize sua conta WA
whatsgwとは何ですか?
whatsgwはhttps://whatsgw.com.brによって開発されたChromeの拡張機能で、その主な機能は「whatsgw.com.br - Automatize sua conta WA」です。
拡張機能のスクリーンショット
whatsgw拡張機能のCRXファイルをダウンロード
whatsgw拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsGW é uma API para mensagens instantâneas que permite que você integre suas próprias contas WA com seus sistemas e soluções.
拡張機能の基本情報
名前 | whatsgw |
ID | bcddfclcghmjpkihmjdlnejflhccdjgg |
公式URL | https://chromewebstore.google.com/detail/whatsgw/bcddfclcghmjpkihmjdlnejflhccdjgg |
説明 | whatsgw.com.br - Automatize sua conta WA |
ファイルサイズ | 28.88 KB |
インストール数 | 3,155 |
現在のバージョン | 1.6.6 |
最終更新日 | 2023-11-28 |
公開日 | 2020-06-07 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | https://whatsgw.com.br |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://whatsgw.com.br |
ヘルプページのURL | https://whatsgw.com.br |
プライバシーポリシーページのURL | https://whatsgw.com.br/politica-de-privacidade |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsgw", "version": "1.6.6", "description": "whatsgw.com.br - Automatize sua conta WA", "browser_action": { "default_icon": "icon48_off.png", "default_popup": "settings_popup.html", "default_title": "whatsgw" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "config.js", "script.js" ], "run_at": "document_end" } ], "options_page": "settings.html", "web_accessible_resources": [ "client.js" ], "background": { "scripts": [ "config.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.whatsapp.*\/*", "https:\/\/*.whatsapp.*\/*" ] } |