AutoTicket Firefox

Examine source code of AutoTicket

提供元: Hugo Add-on
Inspect and view changes in AutoTicket source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AutoTicket",
  "version": "1.0",
  "description": "Procesa tickets y automatiza la carga de gastos en Oracle",
  "icons": {
    "16": "icon-192.png",
    "32": "icon-192.png",
    "48": "icon-192.png",
    "128": "icon-512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autoticket@automatizador-gastos",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "financialAndPaymentInfo",
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "debugger"
  ],
  "host_permissions": [
    "https://analizador-tickets.onrender.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Abrir AutoTicket",
    "default_icon": {
      "16": "icon-192.png",
      "32": "icon-192.png",
      "48": "icon-192.png",
      "128": "icon-512.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

ベストのAutoTicket代替案

AutoTicketに類似したFirefox add-onをいくつか紹介します: