CalendarCost Firefox

Examine source code of CalendarCost

제작자: void cooks
Inspect and view changes in CalendarCost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CalendarCost",
  "version": "1.0.0",
  "description": "See what your meetings actually cost — in real-time",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*-*-*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "calendarcost@calendarcost.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 CalendarCost 대안

다음은 CalendarCost과(와) 유사한 Firefox add-on입니다: