TwoFlex 확장프로그램

TwoFlex 확장프로그램

타오바오/아마존/1688/라쿠텐 상품 페이지에서 바로 투플렉스로 상품을 전송할수 있는 확장 프로그램입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TwoFlex 확장프로그램",
  "description": "타오바오/아마존/1688/라쿠텐 상품 페이지에서 바로 투플렉스로 상품을 전송할수 있는 확장 프로그램입니다.",
  "version": "2.1.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "management",
    "downloads"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/insertScript.js",
        "js/insertScriptAmazon.js",
        "js/insertScript1688.js",
        "js/insertScriptRakuten.js",
        "js/insertScriptSuperdelivery.js",
        "images/white_icon.png",
        "lib/exceljs.js"
      ],
      "matches": [
        "*://item.taobao.com/*",
        "*://detail.tmall.com/*",
        "*://chaoshi.detail.tmall.com/*",
        "*://*.amazon.com/*",
        "*://*.amazon.co.jp/*",
        "*://detail.1688.com/*",
        "*://item.rakuten.co.jp/*",
        "*://www.superdelivery.com/*"
      ]
    }
  ],
  "host_permissions": [
    "*://item.taobao.com/*",
    "*://chaoshi.detail.tmall.com/*",
    "*://detail.tmall.com/*",
    "*://*.amazon.com/*",
    "*://*.amazon.co.jp/*",
    "*://detail.1688.com/*",
    "*://item.rakuten.co.jp/*",
    "*://www.superdelivery.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://item.taobao.com/*",
      "*://detail.tmall.com/*",
      "*://chaoshi.detail.tmall.com/*",
      "*://*.amazon.com/*",
      "*://*.amazon.co.jp/*",
      "*://detail.1688.com/*",
      "*://item.rakuten.co.jp/*",
      "*://*.superdelivery.com/*"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon_16.png",
      "32": "/images/icon_32.png",
      "48": "/images/icon_48.png",
      "128": "/images/icon_128.png"
    }
  },
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  }
}