MyShopRender Firefox

Examine source code of MyShopRender

제작자: MyShopRender Add-on
Inspect and view changes in MyShopRender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MyShopRender",
  "version": "1.0.11",
  "description": "AI listing generator for Etsy, eBay, Vinted, Depop & Shopify. Drop in your photos - get a complete listing, auto-filled in seconds.",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "clipboardWrite",
    "downloads"
  ],
  "host_permissions": [
    "https://myshoprender.com/*",
    "https://www.etsy.com/*",
    "https://www.ebay.co.uk/*",
    "https://bulkedit.ebay.co.uk/*",
    "https://www.vinted.co.uk/*",
    "https://www.ebay.com/*",
    "https://bulkedit.ebay.com/*",
    "https://www.vinted.com/*",
    "https://www.depop.com/*",
    "https://admin.shopify.com/*",
    "https://*.myshopify.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "sidebar.html",
    "default_title": "MyShopRender",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "fill-listing": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "MacCtrl+Shift+L"
      },
      "description": "Fill listing form with generated content"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.etsy.com/*",
        "https://www.ebay.co.uk/*",
        "https://bulkedit.ebay.co.uk/*",
        "https://www.vinted.co.uk/*",
        "https://www.ebay.com/*",
        "https://bulkedit.ebay.com/*",
        "https://www.vinted.com/*",
        "https://www.depop.com/*",
        "https://admin.shopify.com/*",
        "https://*.myshopify.com/admin/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://myshoprender.com/auth/verify*"
      ],
      "js": [
        "auth-callback.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "myshoprender@myshoprender.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 MyShopRender 대안

다음은 MyShopRender과(와) 유사한 Firefox add-on입니다: