윈들리

윈들리

해외구매대행 사업자를 위한 원클릭 상품소싱 솔루션

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "3.8.1.9",
  "default_locale": "ko",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/favicon-16x16.png",
    "48": "images/favicon-48x48.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/favicon-16x16.png",
      "32": "images/favicon-32x32.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.vvic.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/vvic/vvic.item.com.js",
        "js/vvic/vvic.list.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://www.temu.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/temu/temu.item.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://detail.1688.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/detail.1688.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://show.1688.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/show.1688.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://s.1688.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/s.1688.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.1688.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/shop.1688.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/item/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/aliexpress.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.aliexpress.com/*wholesale*",
        "https://*.aliexpress.com/*category/*",
        "https://*.aliexpress.com/p/calp-plus/*",
        "https://*.aliexpress.com/af/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/aliexpress.com.list.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://item.taobao.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/item.taobao.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://s.taobao.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/s.taobao.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.taobao.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/shop.taobao.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://detail.tmall.com/*",
        "https://*.detail.tmall.com/*",
        "https://detail.tmall.hk/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/detail.tmall.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://list.tmall.com/*",
        "https://list.tmall.hk/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/list.tmall.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.taobao.com/*"
      ],
      "exclude_matches": [
        "https://item.taobao.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/taobao.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.amazon.co.jp/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.in/*",
        "https://*.amazon.de/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.it/*",
        "https://*.amazon.es/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/amazonCommon.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.amazon.co.jp/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.in/*",
        "https://*.amazon.de/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.it/*",
        "https://*.amazon.es/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/amazonCommon.list.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://item.rakuten.co.jp/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/item.rakuten.co.jp.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://www.rakuten.co.jp/category/*",
        "https://search.rakuten.co.jp/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/item.rakuten.co.jp.list.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://sell.smartstore.naver.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/sell.smartstore.naver.com.js"
      ],
      "css": [
        "css/theme-content.css"
      ]
    },
    {
      "matches": [
        "https://*.windly.cc/*",
        "http://dev.windly.cc/*",
        "https://localhost/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/windly.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.windly.cc/*",
      "http://dev.windly.cc/*",
      "https://localhost/*"
    ]
  },
  "homepage_url": "https://www.windly.cc/",
  "web_accessible_resources": [
    "js/detail.tmall.com.spy.js",
    "js/item.taobao.com.spy.js",
    "js/aliexpress.com.spy.js",
    "js/detail.1688.com.spy.js",
    "js/item.rakuten.co.jp.spy.js",
    "js/temu/temu.com.spy.js",
    "js/vvic/vvic.com.spy.js",
    "app.html",
    "pricing.html"
  ],
  "permissions": [
    "declarativeNetRequest",
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://ssl.google-analytics.com https://unpkg.com; object-src 'self'; script-src-elem 'unsafe-eval' 'self' blob: https://ssl.google-analytics.com https://unpkg.com https://*.channel.io https://browser.sentry-cdn.com https://cdn.jsdelivr.net/ https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js https://www.googletagmanager.com/gtag/js https://www.googletagmanager.com/gtm.js",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxxpeBVjLDaOwUbgiiV0vMJapRkHyDlKF32sZYPkE/bN964h8JSjMpE0kJGo2MmEHtfL2WjjaVx7TBd+qr542+kIRCWbxqL13DtwezVo+14Wg+mQTT1Aj4SFzoR8tTLGZLFppraoQY5e7RwJL1f6bIOdLF38UebDyhqsXPyk+/kUkyRe1HzTjJgxsP0+y80mRlR6jCBFuOYsovw3wbf3DLEtiudrFiJ+iIUKsCEhw7irkKGP17NU3dWkY9O7VZnS6tRlzetodimdAok6dbovERlAvXuNai2gwFoRUzN7GAa410tRpniIhD0GBvrExSrz4WnmG6iFfBcx1RcvOT9sWQIDAQAB"
}