Tenea Time Tracker Firefox

Examine source code of Tenea Time Tracker

Inspect and view changes in Tenea Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tenea Time Tracker",
  "version": "1.0.0",
  "description": "Automate daily time tracking in Tenea",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "cookies",
    "tabs",
    "https://sewan.tenea.com/*",
    "https://api.ipify.org/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Tenea Time Tracker",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://sewan.tenea.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tenea-time-tracker@sewan.com",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  }
}

최고의 Tenea Time Tracker 대안

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