whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Was ist whatsapp-chrome-ext?
whatsapp-chrome-ext ist eine Chrome-Erweiterung, die von http://idanizi.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".
Erweiterungsscreenshots
whatsapp-chrome-ext-Erweiterungs-CRX-Datei herunterladen
Laden Sie whatsapp-chrome-ext-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
WhatsApp chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
Beschreibung | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
Dateigröße | 2.43 MB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2020-07-18 |
Veröffentlichungsdatum | 2020-07-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://idanizi.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/idanizi/whatsapp-chrome-ext |
Hilfeseite URL | https://github.com/idanizi/whatsapp-chrome-ext/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsapp-chrome-ext", "version": "1.0.2", "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png", "default_popup": ".\/src\/popup\/popup.html" }, "author": "Idan Izicovich", "background": { "scripts": [ ".\/src\/events.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage" ] } |