Examine source code of myomni.crm.cloud.plugin

Inspect and view changes in myomni.crm.cloud.plugin source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "myomni.crm.cloud.plugin",
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://*.archpelago.com/*",
      "http://*.archpelago.com/*",
      "https://*.cloudchannel.com.br/*",
      "http://*.cloudchannel.com.br/*",
      "https://*.octoway.com.br/*",
      "http://*.octoway.com.br/*",
      "https://*.myomni.com.br/*",
      "http://*.myomni.com.br/*"
    ]
  },
  "version": "1.0",
  "manifest_version": 2,
  "description": "MyOmini CRM Cloud Channel Plug-In",
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging"
  ]
}