QuickFillTimesheet Firefox

Examine source code of QuickFillTimesheet

Inspect and view changes in QuickFillTimesheet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickFillTimesheet",
  "version": "0.5",
  "description": "Tool to fill faster Replicon timesheets",
  "author": "Marc Ternisien",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "chrome_style": true
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://na9.replicon.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "48": "assets/icon48.png"
    },
    "default_popup": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickfilltimesheet@quickfilltimesheet.com",
      "strict_min_version": "48.0"
    }
  }
}

Best QuickFillTimesheet Alternatives

Here are some Firefox add-ons that are similar to QuickFillTimesheet: