FormQA - Simple Browser Automation for Teams Firefox

Examine source code of FormQA - Simple Browser Automation for Teams

제작자: FormQA
Inspect and view changes in FormQA - Simple Browser Automation for Teams source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FormQA - Simple Browser Automation for Teams",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Record, Run and Share Browser Automations with your whole Team.",
  "homepage_url": "https://formqa.com",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://formqa.com/plugin"
      ],
      "js": [
        "activation.js"
      ]
    },
    {
      "matches": [
        "https://formqa.com/plugin/sign-out"
      ],
      "js": [
        "sign-out.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "FormQA"
  },
  "icons": {
    "16": "icons/formqa-16.png",
    "48": "icons/formqa-48.png",
    "128": "icons/formqa-128.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "activeTab",
    "https://formqa.com/*"
  ]
}

최고의 FormQA - Simple Browser Automation for Teams 대안

다음은 FormQA - Simple Browser Automation for Teams과(와) 유사한 Firefox add-on입니다: