DocuMate — AI Document Assistant Firefox

Examine source code of DocuMate — AI Document Assistant

By: snjzz38 Add-on
Inspect and view changes in DocuMate — AI Document Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DocuMate — AI Document Assistant",
  "version": "6.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "john.h.smith203@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "user_data": [],
        "device_data": [],
        "third_party_sharing": "none"
      }
    }
  },
  "description": "AI-powered writing assistant for Google Docs with citations, grading, and humanization tools.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "js": [
        "uses/pasteControl.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "js": [
        "uses/autoTyper.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "css": [
        "sidebar.css"
      ],
      "js": [
        "uses/api.js",
        "uses/hotkeys.js",
        "uses/state.js",
        "uses/citation.js",
        "uses/grader.js",
        "uses/humanizer.js",
        "ui/view.js",
        "controllers/typerController.js",
        "controllers/graderController.js",
        "controllers/citationController.js",
        "controllers/humanizerController.js",
        "controllers/mainController.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://docs.google.com/*"
      ]
    }
  ]
}

Best DocuMate — AI Document Assistant Alternatives

Here are some Firefox add-ons that are similar to DocuMate — AI Document Assistant: