SellRocketPL

SellRocketPL

Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SellRocketPL",
  "description": "Generuje tekstowy podgląd aktulanie przeglądenej oferty Allegro, który można bezpośrednio użyć jako opis oferty w Shopee",
  "version": "1.4.0.20",
  "action": {
    "default_popup": "index.html",
    "default_title": "O SellRocket!"
  },
  "icons": {
    "16": "sr16.png",
    "48": "sr48.png",
    "128": "sr128.png"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/main.388eb6ed.js"
      ],
      "css": [
        "static/css/main.c81add96.css"
      ],
      "matches": [
        "*://allegro.pl/oferta/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}