Getting Started Example
Build an Extension!
Co je Getting Started Example?
Getting Started Example je rozšíření Chrome vyvinuté rasedavijapura, a jeho hlavní funkcí je „Build an Extension!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Getting Started Example
Stáhněte si soubory rozšíření Getting Started Example ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
Oficiální URL | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Popis | Build an Extension! |
Velikost souboru | 7.28 KB |
Počet instalací | 46 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-12-02 |
Datum Vydání | 2021-10-19 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | rasedavijapura |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.bulkmessenger365.com/privacy-policy |
Podporované Jazyky | 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" ] } ] } |