Google Looker Studio™ Helper - Porter

Google Looker Studio™ Helper - Porter

Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Looker Studio™ Helper - Porter",
  "version": "0.2",
  "description": "Install a web chat on Google Data Studio to get real-time support from the Porter Metrics team.",
  "icons": {
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://lookerstudio.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "manifest_version": 2
}