Salesforce WA by Treble

Salesforce WA by Treble

We make it easy to find out which of your Salesforce contacts are using WhatsApp, so you can start talking to them right away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.18769d04.png",
    "32": "icon32.plasmo.c78830a6.png",
    "48": "icon48.plasmo.d239fc27.png",
    "64": "icon64.plasmo.9a4b0e8b.png",
    "128": "icon128.plasmo.a5feb69e.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.18769d04.png",
      "32": "icon32.plasmo.c78830a6.png",
      "48": "icon48.plasmo.d239fc27.png",
      "64": "icon64.plasmo.9a4b0e8b.png",
      "128": "icon128.plasmo.a5feb69e.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.2",
  "author": "Treble <[email protected]>",
  "name": "Salesforce WA by Treble",
  "description": "We make it easy to find out which of your Salesforce contacts are using WhatsApp, so you can start talking to them right away.",
  "content_scripts": [
    {
      "matches": [
        "https://*.salesforce.com/003/o"
      ],
      "js": [
        "classic-home.3959ae9a.js"
      ],
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "https://*.force.com/*"
      ],
      "js": [
        "lightning.93f1b69c.js"
      ],
      "run_at": "document_end",
      "css": []
    },
    {
      "matches": [
        "https://*.salesforce.com/003?fcf=*"
      ],
      "js": [
        "classic-with-filters.917395bf.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.salesforce.com/*"
      ],
      "resources": [
        "classic-home.e153faff.css"
      ]
    },
    {
      "matches": [
        "https://*.force.com/*"
      ],
      "resources": [
        "classic-home.e153faff.css"
      ]
    },
    {
      "matches": [
        "https://*.salesforce.com/*"
      ],
      "resources": [
        "classic-home.e153faff.css"
      ]
    }
  ]
}