【日本郵便】クリックポスト一括処理機能(CROSS MALL)

CROSS MALLと日本郵便のクリックポストが連携しました!【利用無料】
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "【日本郵便】クリックポスト一括処理機能(CROSS MALL)",
  "description": "CROSS MALLと日本郵便のクリックポストが連携しました!【利用無料】",
  "version": "1.0.5.6",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_title": "CROSS MALL クリックポスト一括処理",
    "default_popup": "src/popup.html",
    "default_icon": {
      "19": "icons/icon_19.png",
      "38": "icons/icon_38.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.js-loader-u7mvQv4H.js"
      ],
      "matches": [
        "https://clickpost.jp/welcome/*",
        "https://clickpost.jp/mypage/*",
        "https://clickpost.jp/labels/*",
        "https://clickpost.jp/addresses/*",
        "https://clickpost.jp/accounts/*",
        "https://clickpost.jp/packages/*",
        "https://clickpost.jp/amazon_pay/*",
        "https://clickpost.jp/yahoo_wallet/confirm",
        "https://clickpost.jp/yahoo_wallet/settle_payment",
        "https://wallet-link.fep.sbps.jp/order?*",
        "https://payments.amazon.co.jp/checkout?*"
      ],
      "css": [
        "assets/content-AeupN86f.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/images/cm-logo.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://clickpost.jp/*",
        "https://payments.amazon.co.jp/*",
        "https://wallet-link.fep.sbps.jp/*"
      ],
      "resources": [
        "assets/cm-logo-D6jmWH9M.png",
        "assets/utils-BELxF5fl.js",
        "assets/user-app-IUbtFUQ2.js",
        "assets/content.js-lKbIxS-d.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' http://localhost:8098; object-src 'self'"
  }
}