Save to ClickUp 🏷️ Firefox

Examine source code of Save to ClickUp 🏷️

제작자: UpSys
Inspect and view changes in Save to ClickUp 🏷️ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Save to ClickUp",
  "description": "Save content directly to ClickUp tasks",
  "version": "3.4.2",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "identity"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://api.clickup.com/*",
    "https://app.clickup.com/*",
    "https://mail.google.com/*",
    "https://outlook.live.com/*",
    "https://outlook.office.com/*",
    "https://savetoclickup.com/*",
    "https://app.upsys-consulting.com/*",
    "http://localhost:3120/*",
    "http://127.0.0.1:3120/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hello@savetoclickup.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Save to ClickUp",
    "open_at_install": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.clickup.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/clickup.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.clickup.com/*",
        "*://mail.google.com/*",
        "*://outlook.live.com/*",
        "*://outlook.office.com/*",
        "*://outlook.office365.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/gmail.js"
      ]
    },
    {
      "matches": [
        "*://outlook.live.com/*",
        "*://outlook.office.com/*",
        "*://outlook.office365.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/outlook.js"
      ]
    }
  ]
}

최고의 Save to ClickUp 🏷️ 대안

다음은 Save to ClickUp 🏷️과(와) 유사한 Firefox add-on입니다: