Getting Started Example

Build an Extension!

Cos'è Getting Started Example?

Getting Started Example è un'estensione di Chrome sviluppata da rasedavijapura, e la sua funzione principale è "Build an Extension!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Getting Started Example

Scarica i file di estensione Getting Started Example in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Getting Started Example Getting Started Example
ID dflblfkmkiehkingehndlpakhgphiihe
URL Ufficiale https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe
Descrizione Build an Extension!
Dimensione del File 7.28 KB
Conteggio Installazioni 46
Versione Corrente 1.1
Ultimo Aggiornamento 2021-12-02
Data di Pubblicazione 2021-10-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore rasedavijapura
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.bulkmessenger365.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}