Suiteshare

Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Suiteshare",
  "version": "1.2.2",
  "description": "Gerencie os seus clientes diretamente no WhatsApp.",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.whatsapp.com/*",
    "*://*.suiteshare.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "css": [
        "app.css"
      ],
      "js": [
        "app.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ],
      "run_at": "document_end",
      "persistent": false
    },
    {
      "css": [
        "integrations/integrations.css"
      ],
      "js": [
        "integrations/jquery-3.2.1.min.js",
        "integrations/integrations.js"
      ],
      "matches": [
        "*://*.suiteshare.com/member/leads/view/*",
        "*://*.pipe.run/*",
        "*://*.pipedrive.com/*",
        "*://*.hubspot.com/*",
        "*://*.futuresimple.com/*",
        "*://*.nectarcrm.com.br/*",
        "*://*.moskitcrm.com/*",
        "*://*.bitrix24.com.br/*",
        "*://*.novovista.com.br/*",
        "*://*.plugcrm.net/*",
        "*://*.activehosted.com/*",
        "*://*.force.com/*",
        "*://*.dynamics.com/*",
        "*://*.anapro.com.br/*",
        "*://*.marketingautomation.services/*",
        "*://*.exactsales.com.br/*",
        "*://*.hoopdecor.com/*",
        "*://*.helpcrunch.com/*"
      ],
      "run_at": "document_end",
      "persistent": false
    }
  ],
  "icons": {
    "128": "icons/logo.png"
  }
}