Pano - The only customer view you'll ever need Firefox

Examine source code of Pano - The only customer view you'll ever need

Inspect and view changes in Pano - The only customer view you'll ever need source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pano - The only view you'll ever need",
  "version": "1.16",
  "description": "Pano gives you a personalized snapshot of a customer in seconds.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@gopano.io"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_title": "Click to search Pano"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "exclude_matches": [
        "https://*.gopano.io/app/*",
        "http://localhost/pano/*",
        "https://*.localhost/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}

Meilleures alternatives Pano - The only customer view you'll ever need

Voici quelques Firefox add-ons qui sont similaires à Pano - The only customer view you'll ever need :