1.0.7 • Published 10 months ago

evershop_tawk_widget v1.0.7

Weekly downloads
-
License
GNU GENERAL PUBLI...
Repository
github
Last release
10 months ago

Tawk Widget for EverShop

This package can help you add Tawk instant messaging widgets to evershop

Note: This widget requires version 1.2.0 or higher

Installation

Step 1: Install the extension package

npm install evershop_tawk_widget

Step 2: Register the extension by adding it to the config file

// config/default.json
{
  ...,
  "system": [
    ...,
    "extensions": [
        ...,
      {
        "name": "EverShopTawkWidget",
        "resolve": "node_modules/evershop_tawk_widget",
        "enabled": true,
        "priority": 20
      }
    ]
  ]
}
1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago