Laqoli - Lazada QOL Improvements

Laqoli - Lazada QOL Improvements

Mass announce promotion, unpaid, shipped and invite to follow, COD blacklist, bill customization, transaction analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Laqoli - Lazada QOL Improvements",
  "short_name": "Laqoli",
  "description": "Mass announce promotion, unpaid, shipped and invite to follow, COD blacklist, bill customization, transaction analysis.",
  "version": "1.14.3",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://sellercenter.lazada.co.th/*"
      ],
      "css": [
        "./css/sidebar.css"
      ],
      "js": [
        "./lib/moment.js",
        "./screen/sidebar.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://sellercenter.lazada.co.th/order/query*"
      ],
      "js": [
        "./lib/axios.min.js",
        "./lib/moment.js",
        "./lib/bahtText.min.js",
        "./lib/qrious.min.js",
        "./screen/print_switch.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://sellercenter.lazada.co.th/order/detail/*"
      ],
      "js": [
        "./lib/axios.min.js",
        "./lib/bahtText.min.js",
        "./screen/detail_clickable.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://sellercenter.lazada.co.th/finance2/*"
      ],
      "js": [
        "./lib/axios.min.js",
        "./lib/Chart.bundle.min.js",
        "./lib/moment.js",
        "./screen/transaction_detail.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://sellercenter.lazada.co.th/special/analysis*"
      ],
      "js": [
        "./lib/moment.js",
        "./screen/analysis.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://www.lazada.co.th/products/*"
      ],
      "js": [
        "./lib/csv.js",
        "./lib/json2csv.min.js",
        "./screen/product.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://sellercenter.lazada.co.th/seller/logout*",
        "http://sellercenter.lazada.co.th/?__ARMS_PID__*"
      ],
      "js": [
        "./screen/logout.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://nattayaofficial.com/laqoli/#/logout",
        "https://nattayaofficial.com/laqoli/logout/"
      ],
      "js": [
        "./screen/clearSession.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://sellercenter.lazada.co.th/ba/product/performance?*"
      ],
      "js": [
        "./lib/Chart.bundle.min.js",
        "./lib/moment.js",
        "./screen/top_sell.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://sellercenter.lazada.co.th/product/newpublish/edit?*"
      ],
      "js": [
        "./lib/axios.min.js",
        "./screen/productEditor.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://nattayaofficial.com/laqoli/*"
      ],
      "css": [
        "./css/jquery-confirm.min.css"
      ],
      "include_globs": [
        "*#/auth*"
      ],
      "exclude_globs": [
        "*#/success*"
      ],
      "js": [
        "./lib/jquery-3.2.1.slim.min.js",
        "./lib/jquery-confirm.min.js",
        "./screen/authButtonPress.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "https://www.googleapis.com/"
  ],
  "web_accessible_resources": [
    "login.html",
    "changelog.html",
    "options.html",
    "css/bootstrap.min.css",
    "css/print.css",
    "css/print_minimal.css",
    "lib/dom-to-image.min.js",
    "images/lazLogoLaqoli.png"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApbozNvdaIn2baX344ri6ehtvJ1pvGO5+asWscNuA6pQkx12zt37Ez3WEU/uUYKXoF6yatHsedmpfbjYmaTF4v8X9ilX4ZUBtk8Ay9Q5vHn5mmKx/hvV6tLRByMD3qCDsJkxuNQF6dh/Ch37kkD0ABrLM4Z2vYkt6Ag/GB+Ksxr/q01nMlybPdBicOpvIRITjXF5nrvH2gQ01g6HBll8zj43vpUeIq1CCbcvixM/npBaXtwY3W2H+NSsrEeF8E/orKL8da0hTjMaL7XHfun2Y2e2ISFw5Zv8+/qAglIgP1sojxxcFLN2/9Kx8LksyIrNZ+cvYTHvXhKWg62TtE/ImuwIDAQAB",
  "icons": {
    "16": "./images/icon16.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "oauth2": {
    "client_id": "696057959582-7u05g1rip36b70anhlijbun0a25j6s7q.apps.googleusercontent.com",
    "scopes": [
      "email",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "background": {
    "scripts": [
      "./lib/axios.min.js",
      "./lib/moment.js",
      "background.js"
    ],
    "persistent": true
  }
}