Getting Started Example
Build an Extension!
O que é Getting Started Example?
Getting Started Example é uma extensão do Chrome desenvolvida por rasedavijapura, e sua principal característica é "Build an Extension!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Getting Started Example
Baixe arquivos de extensão Getting Started Example no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Getting Started Example |
ID | dflblfkmkiehkingehndlpakhgphiihe |
URL Oficial | https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe |
Descrição | Build an Extension! |
Tamanho do Arquivo | 7.28 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.1 |
Última Atualização | 2021-12-02 |
Data de Publicação | 2021-10-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | rasedavijapura |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.bulkmessenger365.com/privacy-policy |
Idiomas Suportados | 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" ] } ] } |