WhatsEZ
WhatsEZ.id - WA Marketing Tools
WhatsEZとは何ですか?
WhatsEZはWhatsEZによって開発されたChromeの拡張機能で、その主な機能は「WhatsEZ.id - WA Marketing Tools」です。
拡張機能のスクリーンショット
WhatsEZ拡張機能のCRXファイルをダウンロード
WhatsEZ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsEZis a Marketing Tools for WhatsApp that allows you to integrate your WhatsApp accounts
拡張機能の基本情報
名前 | |
ID | pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
公式URL | https://chrome.google.com/webstore/detail/whatsez/pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
説明 | WhatsEZ.id - WA Marketing Tools |
ファイルサイズ | 23.81 KB |
インストール数 | 85 |
現在のバージョン | 1.1.2 |
最終更新日 | 2019-12-02 |
公開日 | 2019-11-28 |
開発者 | WhatsEZ |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://whatsez.id/ |
ヘルプページのURL | https://whatsez.id/terms.html |
プライバシーポリシーページのURL | https://whatsez.id/terms.html |
対応言語 | id |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "config.js", "background.js" ] }, "browser_action": { "default_icon": "icon48_off.png", "default_popup": "settings_popup.html", "default_title": "WhatsEZ" }, "content_scripts": [ { "js": [ "config.js", "script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "description": "WhatsEZ.id - WA Marketing Tools", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "WhatsEZ", "options_page": "settings.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "web_accessible_resources": [ "client.js" ] } |