n8n-nodes-multi-profile 1.0.12 → 1.0.14

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 ADDED
@@ -0,0 +1,64 @@
1
+ # n8n-nodes-multi-profile
2
+
3
+ ![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png)
4
+
5
+ n8n node to integrate with MultiProfile - A powerful browser automation tool.
6
+
7
+ Support: [https://t.me/tools_mmo_123][Tele](https://t.me/tools_mmo_123)
8
+
9
+ ## Features
10
+
11
+ - **Profile Management**: Create, open, close and delete browser profiles
12
+ - **Browser Automation**: Control browser with click, type, scroll actions, etc.
13
+ - **Multi-threading**: Run multiple profiles simultaneously
14
+ - **MultiProfile API Integration**: Full access to MultiProfile API
15
+ - **Tab Management**: Open, close, switch tabs flexibly
16
+ - **Upload/Download File**: Easy file handling
17
+ - **Screenshot & Extract Data**: Capture screenshots and extract data
18
+
19
+ ## Installation
20
+
21
+ 1. Open your n8n
22
+ 2. Go to **Settings** > **Community Nodes**
23
+ 3. Select **Install**
24
+ 4. Enter `n8n-nodes-multi-profile`
25
+ 5. Accept the risks and click **Install**
26
+
27
+ ## Configuration
28
+
29
+ This node requires MultiProfile to be running on your machine. Download MultiProfile at:
30
+ - [https://github.com/vinhnk/multiprofile_auto_update/releases](https://multiprofile.info/#download)
31
+
32
+ 1. Start MultiProfile
33
+ 2. Ensure API port (default: 3000) is running
34
+
35
+ ## How to write selector
36
+
37
+ Reference: https://files.multiprofile.info/docs/element-operation.html#selector-format
38
+
39
+ ## Troubleshooting
40
+
41
+ ### Cannot connect to MultiProfile
42
+
43
+ - Check if MultiProfile is running
44
+ - Verify API port (default: 3000) is not blocked
45
+ - Check firewall settings
46
+
47
+ ### Browser does not open
48
+
49
+ - Ensure profile ID is valid
50
+ - Check logs in n8n for error details
51
+
52
+ ## Support
53
+
54
+ - Documentation: [https://files.multiprofile.info/docs/index.html](https://files.multiprofile.info/docs/index.html)
55
+ - Email: nkvinh@gmail.com
56
+ - Tele: https://t.me/tools_mmo_123
57
+
58
+ ## Credits
59
+
60
+ Developed by [MultiProfile Team](https://multiprofile.info)
61
+
62
+ ---
63
+
64
+ **Note:** This node requires MultiProfile to be installed and running on your machine. Download MultiProfile at - [https://github.com/vinhnk/multiprofile_auto_update/releases](https://multiprofile.info/#download)