Venda Mais Com Whats

Venda Mais Com Whats

Envie mensagens personalizadas usando o Excel, Imagens com legenda, Resposta automática, Baixe cont.atos, privacidade e muito mais…

Additional files are visible only to premium users

manifest.json


{
  "author": "Robenilson R.S",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Venda Mais Com Whats"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": " ",
  "homepage_url": "https://vendamaiscomwhatsapp.com.br/",
  "icons": {
    "16": "img/16x16.png",
    "22": "img/24x24.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9jlbsUevjcgk1zT73YeWAWu37eQtG+eiJfJaSnC0ikw3zXi51lhq71v0sHNU5Gv0VGvWxfGQ/x8TwEUxbmvFTH05iuuIBS0CGKDhiKCEObLaD5QLqvAu8rtT+ZQ34QvyFcePmdFE8zGtHEs5maQLeL2ycENwdXGnYmBPGWSuhP0vViAXHfx1n4XBquRcVVXzHeg/WoWEulk6FKrI+nTmvSu0T4WhHk7xRygzo+++AhIQuV4Q/SVQbXDONxiNqRDAmn6ut2hYzhZ64CeEzvF+y+Pzgp/85xpBPIa/54pilF0aRDl19Jwu4fK2WWQ/v0jT6Z85S8t4gn0V/y4DiyCOuwIDAQAB",
  "manifest_version": 2,
  "name": "Venda Mais Com Whats",
  "permissions": [
    "notifications",
    "storage",
    "https://painel.vendamaiscomwhatsapp.com.br/"
  ],
  "short_name": "Venda Mais Com Whats",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.9",
  "web_accessible_resources": [
    "popup.html",
    "css/lib.css",
    "/img/*",
    "/js/*"
  ]
}