Getting Started Example
Build an Extension!
Co to jest Getting Started Example?
Getting Started Example to rozszerzenie Chrome opracowane przez rasedavijapura, a jego główną funkcją jest „Build an Extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Getting Started Example
Pobierz pliki rozszerzeń Getting Started Example 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
Send bulk auto message to multiple mobile number without adding in contact. It's very fast and easy to use. Send WhatsApp messages to a single user to multiple users in bulk without saving number.WA Messenger is the best WhatsApp Marketing Software.Software for WhatsApp Web. Send Message to whatsApp FREE Trial for the first 2 days.
Podstawowe informacje o rozszerzeniu
Nazwa | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
Oficjalny URL | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Opis | Build an Extension! |
Rozmiar pliku | 7.28 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-12-02 |
Data Publikacji | 2021-10-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | rasedavijapura |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.bulkmessenger365.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getting Started Example", "description": "Build an Extension!", "version": "1.1", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "myscript.js" ] } ] } |