Etsy Shop Tools

Etsy Shop Tools

Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Etsy Shop Tools",
  "short_name": "EST",
  "description": "Tools for all Etsy shop owners. Buyer ranking - get quick info on your buyers. Multi convo, Multi fav and Multi follow.",
  "version": "1.5.2",
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_popup": "popup.html",
    "default_title": "Etsy Shop Tools"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.2.0.min.js",
        "bbl.js",
        "bbl-mc.js"
      ],
      "css": [
        "bbl.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ]
}