Million Seller

Million Seller

스마트스토어 판매량 랭킹 순위 연관키워드 세부키워드 SEO #태그 분석 일일판매량 확인 경쟁스토어분석

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "React App",
  "version": "1.0.0",
  "name": "Million Seller",
  "icons": {
    "512": "logo512.png"
  },
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Million Seller"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./static/js/content.js"
      ]
    }
  ]
}