WhatsEZ
WhatsEZ.id - WA Marketing Tools
Was ist WhatsEZ?
WhatsEZ ist eine Chrome-Erweiterung, die von WhatsEZ entwickelt wurde, und ihr Hauptmerkmal ist "WhatsEZ.id - WA Marketing Tools".
Erweiterungsscreenshots
WhatsEZ-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsEZ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
WhatsEZis a Marketing Tools for WhatsApp that allows you to integrate your WhatsApp accounts
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsez/pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
Beschreibung | WhatsEZ.id - WA Marketing Tools |
Dateigröße | 23.81 KB |
Installationsanzahl | 85 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2019-12-02 |
Veröffentlichungsdatum | 2019-11-28 |
Entwickler | WhatsEZ |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://whatsez.id/ |
Hilfeseite URL | https://whatsez.id/terms.html |
URL der Datenschutzrichtlinien-Seite | https://whatsez.id/terms.html |
Unterstützte Sprachen | 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" ] } |