Meetric.com Calendar Integration

Meetric.com Calendar Integration

Easily add Meetric.com meeting links in Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    }
  },
  "version": "1.12.5",
  "author": "agungjk",
  "name": "Meetric.com Calendar Integration",
  "description": "Easily add Meetric.com meeting links in Google Calendar",
  "permissions": [
    "storage",
    "cookies"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "google-calendar.fa1967b8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://calendar.google.com/*",
        "https://*.pipedrive.com/*",
        "https://*.upsales.com/*",
        "https://*.hubspot.com/*",
        "https://*.meetric.com/*"
      ],
      "js": [
        "global.42dabcdd.js"
      ],
      "css": [
        "global.b8abc9a3.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://login.meetric.com/login"
      ],
      "js": [
        "meetric.8153cf9c.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://*.hubspot.com/*"
      ],
      "js": [
        "hubspot.9ca1adee.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.pipedrive.com/*"
      ],
      "js": [
        "pipedrive.d39ba204.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.upsales.com/*"
      ],
      "js": [
        "upsales.b0103b69.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*.meetric.com/*",
    "https://*.pipedrive.com/*",
    "https://*.upsales.com/*",
    "https://*.hubspot.com/*",
    "https://calendar.google.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "128.png",
        "48.png",
        "scripts/watcher.js"
      ],
      "matches": [
        "https://calendar.google.com/*",
        "https://login.meetric.com/*"
      ]
    }
  ]
}