Getting Started Example
Build an Extension!
Wat is Getting Started Example?
Getting Started Example is een Chrome-extensie ontwikkeld door rasedavijapura, en de belangrijkste functie is "Build an Extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Getting Started Example
Download Getting Started Example-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
Officiële URL | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Beschrijving | Build an Extension! |
Bestandsgrootte | 7.28 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-12-02 |
Publicatiedatum | 2021-10-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rasedavijapura |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.bulkmessenger365.com/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |