Smark CRM

Smark CRM

Extensão que permite integrar o Smark CRM a provedores de Whatsapp

Additional files are visible only to premium users

manifest.json


{
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "extension/content.js"
      ],
      "matches": [
        "https://*.becon.com.br/"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "static/css/spinkit.css"
      ],
      "js": [
        "js/jszip.min.js",
        "js/zip.js",
        "js/z-worker.js",
        "js/deflate.js",
        "js/patch-worker.js",
        "js/cs.js",
        "js/FileSaver.js",
        "js/injectedWA.js",
        "extension/contentWAWeb.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.whatsapp.com/*",
      "*://*.whatsapp.net/*"
    ]
  },
  "host_permissions": [
    "https://core.smark.com.br/*",
    "https://web.whatsapp.com/"
  ],
  "background": {
    "service_worker": "extension/background.js"
  },
  "description": "Extensão que permite integrar o Smark CRM a provedores de Whatsapp",
  "icons": {
    "16": "smark16.png",
    "48": "smark48.png",
    "128": "smark128.png"
  },
  "manifest_version": 3,
  "name": "Smark CRM",
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "https://web.whatsapp.com/*",
    "https://*.becon.com.br/*",
    "http://*.becon.com.br/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.1",
  "web_accessible_resources": [
    {
      "resources": [
        "content.js",
        "index.html"
      ],
      "matches": [
        "https://*.becon.com.br/*",
        "https://core.smark.com.br/*",
        "https://web.whatsapp.com/*"
      ],
      "use_dynamic_url": true,
      "extension_ids": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "extension/contentWAWeb.js",
        "index.html",
        "assets/logo.png",
        "extension/reactScrap.js",
        "js/lodash.js",
        "js/z-worker.js",
        "js/deflate.js",
        "js/patch-worker.js",
        "js/injectedWA.js",
        "js/moment-with-locales.js",
        "js/FileSaver.js",
        "imgs/*",
        "css/wa_layout.css"
      ]
    }
  ]
}