GTM Buddy

GTM Buddy

Sales Productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GTM Buddy",
  "short_name": "GTM Buddy",
  "version": "1.0.125",
  "description": "Sales Productivity",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "<all_urls>",
    "declarativeNetRequest",
    "scripting",
    "activeTab"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules_1.json"
      },
      {
        "id": "csp_rules",
        "enabled": true,
        "path": "cspRules.json"
      }
    ]
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "https://*.gtmbuddy.io/*"
  ],
  "manifest_version": 3,
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "action": {},
  "content_scripts": [
    {
      "run_at": "document_start",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "nativeMessaging",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "extensionInjector.js"
      ],
      "css": [],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "js": [
        "gtmbHook.js"
      ],
      "matches": [
        "https://*.gtmbuddy.io/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "hubspot.js"
      ],
      "css": [],
      "matches": [
        "https://app.hubspot.com/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "linkedin.js"
      ],
      "css": [],
      "matches": [
        "https://www.linkedin.com/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "salesforce.js"
      ],
      "css": [],
      "matches": [
        "https://*.force.com/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "calendar.js"
      ],
      "css": [],
      "all_frames": true
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*",
        "desktopCapture"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentForum.js"
      ],
      "css": [],
      "all_frames": false
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "googledocs.js"
      ],
      "css": [],
      "matches": [
        "https://docs.google.com/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "matches": [
        "https://app.salesloft.com/*"
      ],
      "js": [
        "salesloft.js"
      ],
      "css": [],
      "all_frames": true
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "zoho.js"
      ],
      "css": [],
      "matches": [
        "https://crm.zoho.in/*",
        "https://crm.zoho.com/*",
        "https://crm.zoho.com.au/*",
        "https://crm.zoho.eu/*"
      ]
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "matches": [
        "https://*.outreach.io/*"
      ],
      "js": [
        "outreach.js"
      ],
      "css": [],
      "all_frames": true
    },
    {
      "run_at": "document_end",
      "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "https://*.gtmbuddy.io/*"
      ],
      "js": [
        "allsites.js"
      ],
      "css": [],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "backgroundPage.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "favicon.png",
        "gtmbHook.js",
        "*.css",
        "*.svg",
        "*.woff2",
        "gmailJsLoader.js",
        "contentPage.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.gtmbuddy.io/*",
      "https://localhost:4200/*",
      "https://*.google.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}