bitmax-crm-widget 1.2.43 → 1.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +2 -2
- /package/{src/assets/images → screenshots}/all-query-on-agent-panel.png +0 -0
- /package/{src/assets/images → screenshots}/chat.png +0 -0
- /package/{src/assets/images → screenshots}/queryraise.png +0 -0
- /package/{src/assets/images → screenshots}/ticket-management-in-agents-panel.png +0 -0
- /package/{src/assets/images → screenshots}/ticket-raise.png +0 -0
- /package/{src/assets/images → screenshots}/ticket.png +0 -0
package/README.md
CHANGED
|
@@ -34,27 +34,27 @@ Universal Help & Support widget with **Chat** and **Ticketing System** that work
|
|
|
34
34
|
## 📸 Screenshots
|
|
35
35
|
|
|
36
36
|
### Chat Interface
|
|
37
|
-

|
|
38
38
|
*Real-time chat interface with instant messaging support*
|
|
39
39
|
|
|
40
40
|
### Query Raise Interface
|
|
41
|
-

|
|
42
42
|
*Start a query/chat with support agents*
|
|
43
43
|
|
|
44
44
|
### Ticket Raise Interface
|
|
45
|
-

|
|
46
46
|
*Create support tickets with priority and category selection*
|
|
47
47
|
|
|
48
48
|
### Ticket Management
|
|
49
|
-

|
|
50
50
|
*View and track all your support tickets*
|
|
51
51
|
|
|
52
52
|
### Agent Panel - Query Management
|
|
53
|
-

|
|
54
54
|
*Agent view: All customer queries in one dashboard*
|
|
55
55
|
|
|
56
56
|
### Agent Panel - Ticket Management
|
|
57
|
-

|
|
58
58
|
*Agent view: Complete ticket management and response system*
|
|
59
59
|
|
|
60
60
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bitmax-crm-widget",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.45",
|
|
4
4
|
"description": "Universal Chat CRM Widget with Help & Support and Ticketing System - Works on any website (React, Vue, HTML, WordPress, etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
10
10
|
"README.md",
|
|
11
|
-
"
|
|
11
|
+
"screenshots"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "rollup -c",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|