Getting Started Example
Build an Extension!
Vad är Getting Started Example?
Getting Started Example är en Chrome-tillägg utvecklad av rasedavijapura, och dess huvudfunktion är "Build an Extension!".
Tilläggsskärmbilder
Ladda ner Getting Started Example-förlängningens CRX-fil
Ladda ner Getting Started Example-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
Officiell webbadress | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Beskrivning | Build an Extension! |
Filstorlek | 7.28 KB |
Antal Installationer | 46 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-12-02 |
Publiceringsdatum | 2021-10-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | rasedavijapura |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.bulkmessenger365.com/privacy-policy |
Stödda Språk | 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" ] } ] } |