Text to Calendar - AI Event Scheduler Chrome

Examine source code of Text to Calendar - AI Event Scheduler

Inspect and view changes in Text to Calendar - AI Event Scheduler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Text to Calendar - AI Event Scheduler",
  "version": "1.05",
  "description": "Turn any text into a Google Calendar event in seconds.",
  "permissions": [
    "contextMenus",
    "identity",
    "scripting",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoA7kP3cBvqqGKqJcsDDHeXXgVpCIJksnnou9Q1xzbK1wQMBrF1n0PmWe16i6NlAiZpUABH7V9pcQLV7PlvskgTI0OOUXZVhPOePNmamaWqc/NQ3fWucvuprKFuB9gFKqt8nEes1vffylpRIhSBnkGOzZuSwH/Rh9IFQpIEpyc3pixXSG7C/4rKa/ifx7tBwXPkbyRZS84lFY/4o8j7RT2+F9Cmp7B19+UyDpaJfHr8Np0sN8J9wwebou6lQgRCwiw3Sg8h9GL1Wkltp9gGEpS3Fi64n5yAvQm8Di0PbwDok4rWTlbTOIxvFVIZ2akrHo9NpqxTUSlT45hdGQoTERFQIDAQAB",
  "host_permissions": [
    "<all_urls>",
    "https://login.microsoftonline.com/*",
    "https://graph.microsoft.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "all_frames": true
    }
  ],
  "oauth2": {
    "client_id": "534050991814-90uicq9l3gml1gs0uos4c7pjkvodn9gj.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.events",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Text to Calendar - AI Event Scheduler Alternatives

Here are some Chrome extensions that are similar to Text to Calendar - AI Event Scheduler: