Poshmark Automation Tool | Closet Assist

Poshmark Automation Tool | Closet Assist

Closet Assist is the #1 Poshmark automation tool to grow your sales on Poshmark. It will help you increase your sales by sharing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Poshmark | Closet Assist",
  "name": "Poshmark Automation Tool | Closet Assist",
  "version": "0.9.5",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'sha256-XnV3NeJAPh9UWzWSzcbsDeH2CLJ73cyEMajXKTA8ddY='; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://poshmark.com/*",
        "https://poshmark.ca/*",
        "https://poshmark.in/*"
      ],
      "css": [
        "/static/css/main.css",
        "/static/css/3.chunk.css",
        "/static/css/content.css"
      ],
      "js": [
        "/static/js/0.chunk.js",
        "/static/js/3.chunk.js",
        "/static/js/4.chunk.js",
        "/static/js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "*logo*.png",
    "*.woff",
    "*.ttf",
    "*static/css/content.css"
  ]
}