CIS Soap

CIS Soap

Send soap request to mimic ICP message from CRM

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CIS Soap",
  "description": "Send soap request to mimic ICP message from CRM",
  "version": "1.9",
  "browser_action": {
    "default_icon": "soap.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://*.jpaas.sapbydesign.com/",
    "https://*.staging.hanavlab.ondemand.com/"
  ]
}