Companies Using - Find their techstack. Firefox

Examine source code of Companies Using - Find their techstack.

Inspect and view changes in Companies Using - Find their techstack. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Companies Using - Find their techstack.",
  "version": "1.0.0",
  "description": "Displays technology information on LinkedIn company pages.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "https://www.linkedin.com/*",
    "https://companiesusing.com/*",
    "https://companies-using-extension-handler.drinkcoffee.workers.dev/*"
  ],
  "background": {
    "scripts": [
      "background-firefox.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/company/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a224aff-69b7-4de4-91c4-5591793d3895}"
    }
  }
}

Mejores alternativas Companies Using - Find their techstack.

Aquí hay algunas Firefox add-ons que son similares a Companies Using - Find their techstack.: