whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Co to jest whatsapp-chrome-ext?
whatsapp-chrome-ext to rozszerzenie Chrome opracowane przez http://idanizi.com, a jego główną funkcją jest „Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia whatsapp-chrome-ext
Pobierz pliki rozszerzeń whatsapp-chrome-ext w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
WhatsApp chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
Opis | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
Rozmiar pliku | 2.43 MB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2020-07-18 |
Data Publikacji | 2020-07-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://idanizi.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/idanizi/whatsapp-chrome-ext |
Adres URL Strony Pomocy | https://github.com/idanizi/whatsapp-chrome-ext/issues |
Obsługiwane Języki | 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" ] } |