ShopHelper-MT Firefox

Examine source code of ShopHelper-MT

By: Micheal Add-on
Inspect and view changes in ShopHelper-MT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ShopHelper-MT",
  "version": "3.0.0",
  "description": "Internal Shopify and Zendesk helper for support teams: storefront/admin shortcuts, Zendesk ticket helpers, collaborator workflows, theme/version checks, release-status badges, and preview-link resolution.",
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage",
    "tabs"
  ],
  "action": {
    "default_title": "ShopHelper-MT",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "host_permissions": [
    "https://partners.shopify.com/*",
    "https://dev.shopify.com/*",
    "http://*/*",
    "https://*/*",
    "https://out-of-the-sandbox.zendesk.com/*",
    "https://admin.shopify.com/*",
    "https://*.zendesk.com/*",
    "https://*.myshopify.com/admin/*",
    "https://*.zendeskusercontent.com/*",
    "https://*.zendeskapps.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://partners.shopify.com/*",
        "https://dev.shopify.com/dashboard/*/stores/collaborations/new*",
        "https://dev.shopify.com/dashboard/*/stores/collaborations*"
      ],
      "js": [
        "partners.js",
        "partner-access-checker.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://admin.shopify.com/store/*/themes/*/editor*",
        "https://*.myshopify.com/admin/themes/*/editor*"
      ],
      "js": [
        "theme-editor.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "zendesk-helper.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "article-editor.js",
        "article-editor.css"
      ],
      "matches": [
        "https://out-of-the-sandbox.zendesk.com/*",
        "https://*.zendesk.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shophelper-mt@internal",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best ShopHelper-MT Alternatives

Here are some Firefox add-ons that are similar to ShopHelper-MT: