Getting Started Example
Build an Extension!
What is Getting Started Example?
Getting Started Example is a Chrome extension developed by rasedavijapura, and its main feature is "Build an Extension!".
Extension Screenshots
Download Getting Started Example Extension CRX File
Download Getting Started Example extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
Official URL | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Description | Build an Extension! |
File Size | 7.28 KB |
Installation Count | 46 |
Current Version | 1.1 |
Last Updated | 2021-12-02 |
Publish Date | 2021-10-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | rasedavijapura |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.bulkmessenger365.com/privacy-policy |
Supported Languages | 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" ] } ] } |