Loading...

Frequently Asked Questions

Browse FAQs by product or search across all questions and answers. Latest update: August 21, 2026.

General

6

We have created tutorials for all our applications and utilities. You can find them at the following address:

https://www.elonovo.com/tutorials/all

1. Move the trial version of the app to the Trash and select "Empty Trash" in the Finder.
2. Use the link below to view all our apps available on the Mac App Store:

https://apps.apple.com/developer/xproline/id1699489108

3. Click any app to launch the Mac App Store and complete your purchase.

NOTES:
- Developers do not have access to Apple customer accounts.
- For multiple licenses, please use our online store for volume discounts.

Yes, as of November 2025, all our apps are fully optimized for macOS 26 and the Liquid Glass design system.

Apple offers a modern tool to simplify app deployment for small businesses and enterprises. It's a free service.

https://business.apple.com/

Yes, three bundles are available on the App Store, managed by Apple.

Get 4 productivity apps for only $129 β€” save $187, a 59% discount.
https://itunes.apple.com/app-bundle/id1896842862?mt=12

Get 4 iPad versions for $79 β€” save $117, a 59% discount.
https://itunes.apple.com/app-bundle/id6801256111?mt=8

Get all our 6 utilities for $39 β€” save $45, a 54% discount.
https://itunes.apple.com/app-bundle/id6792178459?mt=12


Yes, in order to better protect customers and prevent license abuse, all licenses are now validated securely on our servers. An Internet connection is required when activating or validating your license to confirm ownership and ensure that the license is being used according to its terms.

If your Mac is not connected to the Internet, you can temporarily use your smartphone as a personal hotspot (tethering) to complete the license validation process. Once validated, the application will continue to operate normally according to its licensing rules.

This server-side validation system improves security, simplifies license management, and helps us provide a more reliable experience for all customers.

BirdMoney

4

You can always back up and restore your database from the Preferences menu for added security.

When the app launches, the task manager updates and processes all transactions at regular intervals as long as the application is running.

Yes, the total is automatically converted to the base currency. Rates are fetched automatically in the background.

You can only create two accounts and only enter ten transactions per account. Purchase a license to remove all limitations.

CalTeam

4

You can download a sample CalTeam schedule from the app's Help menu.

It is also available at the following address:

https://download.elonovo.com/CalTeamExamples.zip

With the trial version, you can only create 3 resources and add up to 10 assignments to the calendar view. All other features are unlimited.Β Purchase a license to remove all limitations.

The badge is displayed in the week view if there are multiple assignments on the same day. Clicking it will take you to the corresponding day view.

1. Connect your iPad to your Mac.
2. In the Finder, select your iPad in the sidebar.
3. Click on the Files section.
4. Locate the CalTeam folder; you can drag and drop any CalTeam file into it.
5. The file will automatically appear in CalTeam on your iPad.

NOTE: You must launch CalTeam on your iPad at least once before following these steps. To move a file to your Mac, simply drag and drop it in the opposite direction.

CronTime

4

With the trial version, you can only create 5 jobs. All other features are unlimited.Β Purchase a license to remove all limitations.

CronTime does not read or use existing cron files. It uses a SwiftData database to manage jobs.

After a job run finishes (success or failure), CronTime runs all enabled actions whose condition matches the result.

Action types

Webhook
Sends an HTTP request (usually POST) to a URL with a JSON body: job name/id, status, scheduled date, exit code, output, error. Retries up to 3 times with backoff. Method is configurable (e.g. POST/GET).

Trigger another job
Starts a different CronTime job by ID. Prevents recursion: same job can’t trigger itself, and there’s a max depth (5) so Aβ†’Bβ†’C→… doesn’t loop forever.

AppleScript
Runs the given AppleScript source. Executed on a background queue with a 30s soft timeout so it doesn’t block the app.

System notification
Shows a macOS notification with optional custom title and body (and can use the job’s notification sound).

System screenshot
Captures the whole screen with ScreenCaptureKit and saves it to the configured screenshot directory (same as in Settings β†’ Web/Screenshots).

Flow

Scheduler runs the job β†’ ExecutionEngine runs shell or web automation β†’ job stats are updated β†’ notifications (success/failure) are sent β†’ ActionService runs each matching action in order. Actions are best-effort: one failing doesn’t stop the others, and failures are logged.

Job parameters: shell execution

When Web Automation is off, the job runs as a shell command.

Parameters

Command
Single command line run with bash -c "…". Required (or use web automation).

Working directory
Optional. cd-equivalent; must exist, else run fails.

Environment variables
Optional key/value list. Merged with the current process environment; job keys override. Keys must look like valid env names (e.g. letters, numbers, underscore).

Validation: empty command is rejected. β€œDangerous” patterns (e.g. rm -rf /) can trigger a warning (and in some flows require confirmation).
Working directory is checked at run time; if it doesn’t exist, the run fails with a clear error.

Job parameters: web automation

When Web Automation is on, the job doesn’t run a shell command; it drives a WKWebView.

Parameter
URL Required.
Page to load.

JavaScript
Optional. Script run in the page after load (e.g. click, fill form, read text).

Capture screenshot
Optional. If on, after load (and script) a viewport screenshot is taken and saved to the screenshot directory (filename includes job name and execution id).

Flow:
Create a WebView with a fixed viewport (e.g. 1920Γ—1080) β†’ load URL β†’ wait for load (with timeout from Settings β†’ Web) β†’ run custom JavaScript if provided β†’ if β€œCapture screenshot” is on, take a snapshot and save it. No shell is involved; β€œcommand” is ignored for web jobs.

DeskAgent

3

A "Trial Mode" message is displayed on the main screen, and you can only send 10 chat messages per session.

If you protect access to Preferences with a password, password protection is disabled in Trial Mode.

Purchase a license to remove all limitations.

Yes. In the Options tab of Settings, you can set up a password to restrict access to Settings.Β 

It all depends on the AI provider and the selected model. For OpenAI, you can start with GPT-4.1 mini, which provides solid image analysis.Β 

DigiScreen

1

You can only create up to 3 screens, and a trial message appears in player mode. Purchase a license to unlock all features.

EasyGantt

7

By default, you can only create 25 tasks, 5 milestones, and 5 groups of tasks.Β Purchase a license to remove all limitations.

Select a task in the Gantt view. Click on the link button in the toolbar. You will be invited to select a second task.

NOTE: Once a dependency is selected, you can edit various options.

Yes, but you need to export the project to Microsoft XML format, as Microsoft's default format is not open to developers. You can import projects from the Import menu.

Yes, you can download examples made with EasyGantt from the Help menu of the app.Β 

Yes, we have ensured that all your existing data and files remain compatible with the new version 5 experience.

1. Connect your iPad to your Mac.
2. In the Finder, select your iPad in the sidebar.
3. Click on the Files section.
4. Locate the EasyGantt folder; you can drag and drop any EasyGantt file into it.
5. The file will automatically appear in EasyGantt on your iPad.

NOTE: You must launch EasyGantt on your iPad at least once before following these steps. To move a file to your Mac, simply drag and drop it in the opposite direction.

IMPORTANT: EasyGantt for Mac version 5.5 or later is required, as it uses a new file format compatible with both platforms. You can convert older projects using the Mac version.

For users of EasyGantt 4, we offer upgrade pricing at the following address:

https://www.elonovo.com/upgrade_product/easygantt

FlashWrite

4

This app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (document with pen icon), keeping your workspace clean and focused.

Yes, you can customize the app's full behavior and options in the Preferences window.

On macOS, applications that need to control or interact with other apps, windows, input devices, or system events must request Accessibility access. This is part of Apple's "Transparency, Consent & Control" (TCC) framework.

As FlashWrite automates actions beyond standard file operationsβ€”such as writing data, triggering UI events, or simulating inputβ€”it requires these permissions to function safely and reliably.

You can only enter 10 abbreviations. Purchase a license to remove all limitations.Β 

MapDesk

1

With the trial version, you can only create 10 contacts and 5 deals. Purchase a license to remove all limitations.

MaxiDock

4

You can drag and drop documents onto a compatible app in the dock, but you cannot add documents or folders directly to the dock itself.

The dock is not intended for file storage; the Finder is much better suited for that purpose.

Click and hold an icon for at least two seconds, then drag it to a new position. You will see visual feedback during the move. This feature is only available if the "Add Apps" option is enabled in Preferences. You must also unlock dock movement via the contextual menu before rearranging icons.

Yes, in Preferences, you can disable dock movement and the option to add apps. This is ideal for IT administrators who want to provide a consistent environment for users.

This app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (rocket icon), keeping your workspace clean and focused.

MindMine

4

To move around the view, hold the Command key while dragging.

You can only create up to 10 nodes per document.

Purchase a license to remove all limitations.

There are two ways to edit text: double-click a node to enter edit mode (press Return to save), or use the Inspector window.

1. Connect your iPad to your Mac.
2. In the Finder, select your iPad in the sidebar.
3. Click on the Files section.
4. Locate the MindMine folder; you can drag and drop any MindMine file into it.
5. The file will automatically appear in MindMine on your iPad.

NOTE: You must launch MindMine on your iPad at least once before following these steps. To move a file to your Mac, simply drag and drop it in the opposite direction.

RemoteLook

6

No, VNC is an outdated protocol with too many issues. We built a custom and very modern NRSP protocol optimized for low-latency, high-performance data transmission with message framing.Β 

NRSP = Native Remote Supervisor ProtocolΒ 

The agent app uses port 5905 by default, but this can be fully customized.

RemoteLook uses Apple CryptoKit with ChaCha20-Poly1305, an AEAD cipher (Authenticated Encryption with Associated Data).

It combines:

ChaCha20 β†’ a fast, secure stream cipher (used instead of AES)
Poly1305 β†’ a cryptographic message authentication code (MAC)

Together, they encrypt your data and ensure integrity (detect tampering) in a single step.

256-bit key strength β†’ extremely secure, even against state-level attackers.Β Resistant to known cryptographic attacks.

The agent app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (eye icon), keeping your workspace clean and focused.

1. Install the RemoteLookAgent background app on all computers you wish to monitor (free).

2. Configure each computer with the required permissions using the integrated tutorial.

3. Access these computers remotely using the RemoteLookΒ app.

You can only monitor one computer or server. There are no other limitations.Β Purchase a license to remove all limitations.

ScreenTag

1

For sandboxed apps, Apple requires users to grant permission to access screen content. This is why the app asks for these permissions on first launch. You can always change them later in macOS System Settings.

SecretBox

5

Web passwords

Software licenses

Credit cards

Computers

Servers

Contacts

Other

The Advanced Encryption Standard (AES) is a symmetric block cipher chosen by the U.S. government to protect classified information.

AES is implemented in software and hardware worldwide to encrypt sensitive data. It is essential for government computer security, cybersecurity, and electronic data protection.

The National Institute of Standards and Technology (NIST) began developing AES in 1997 after announcing the need for an alternative to the Data Encryption Standard (DES), which was becoming vulnerable to brute-force attacks.

NIST stated that the new, advanced encryption algorithm would be unclassified and "capable of protecting sensitive government information well into the 21st century." It was designed to be easy to implement in hardware and software, even in restricted environmentsβ€”such as smart cardsβ€”and to offer robust defense against various attack techniques.

AES was created for the U.S. government, with voluntary free use allowed in both commercial and noncommercial programs providing encryption services.

Yes, version 4.1 includes a Safari extension. Simply enable it in Safari's Preferences. When SecretBox detects a website in its database, you can autofill forms with a single click from the toolbar.

In the Preferences window, you can import data from CSV files into any category or export your data to CSV format.

This app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (key icon), keeping your workspace clean and focused.

SocialWatch

3

We currently support the following networks:

  • X
  • Facebook
  • Instagram
  • Bluesky
  • Threads
  • LinkedIn
  • TikTok
  • YouTube
  • Reddit
  • Pinterest
  • Discord
  • Telegram
  • WhatsApp
  • Slack
  • Microsoft Teams
  • Twitch
  • Vimeo
  • Medium
  • Substack
  • Behance
  • Dribbble
  • eYou
  • Line
  • WeChat
  • Mastodon
  • Tumblr
  • Nextdoor
  • Weibo
  • Quora
  • Flickr

The standard file selector is unavailable due to Apple's sandboxing restrictions for web browsers. However, you can use the following workaround:

1. Open the Image Asset Manager from the toolbar.
2. Add the desired images.
3. Click an image and select "Copy to Clipboard."
4. Paste the image directly into your post.

NOTE: In version 2.1 and later, you can also drag and drop images directly into the post editor.

You can only add 3 social networks to the browser view. Purchase a license to remove all limitations.

SpamOut

3

The trial version allows you to monitor up to 2 mailboxes and enter up to 10 keywords or email addresses to block.

There are virtually no limitations, though performance depends on your Mac's speed and model. We recommend monitoring no more than 10 mailboxes on lower-end configurations.

This app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (mail icon), keeping your workspace clean and focused.

StarMenu

1

This app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (star icon), keeping your workspace clean and focused.

TreeRoot

3

It's a visual indicator that the content of this folder was recently updated.Β 

1. You can pan the view while holding the Space key.
2. You can use the contextual menu by right-clicking folder cards or items in the list.
3. You can also select the root folder from the first node using the contextual menu.
4. You can select a node and navigate with the arrow keys.Β 
5. You can customize the appearance in Settings.
6. You can return to the original root using the Command + R keyboard shortcut.

It's a visual indicator of folder density. When the folder contains few files, the gauge is green; when it contains many files, the gauge is red. The gauge calculation level can be changed in Settings.Β 

TwinDesk

2

With the trial version, you can only manage 2 computers. Purchase a license to remove all limitations.

The agent app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (cursor icon), keeping your workspace clean and focused.

VoxCom

5

The server only allows the creation of 3 channels and 3 users. You can unlock these limitations by purchasing a user license for the server app.

By default, there is one administrator account with the following credentials:

Login: admin
Password: adminVoxCom

Administrators can change their password in the Team Management section once logged in.

VoxCom is using Apple CryptoKit with ChaCha20-Poly1305, this is an AEAD cipher (Authenticated Encryption with Associated Data).

It combines:

ChaCha20 β†’ a fast, secure stream cipher (used instead of AES)
Poly1305 β†’ a cryptographic message authentication code (MAC)

Together, they encrypt your data and ensure integrity (detect tampering) in a single step.

256-bit key strength β†’ extremely secure, even against state-level attackers.Β Resistant to known cryptographic attacks.

The server app is designed to stay quietly out of your way. It runs as a background (agent) app on macOS, which means it does not appear in the Dock or App Switcher. Instead, all features are easily accessible from the menu bar icon (chat icon), keeping your workspace clean and focused.

You must be logged in as an administrator to add team members or new communication channels.

Once logged in as an admin, two new buttons will appear in the toolbar (Mac version only):

- Chat icon with a +: New channel sheet
- Users icon with a gear: Team Management window

You can create public or private channels and assign members to private ones. Private channels are only visible to their assigned members.

You can create an unlimited number of users with different roles: Team Member, Moderator, or Admin.

Administrators can edit channels and delete messages, while moderators can only delete messages.

WebDesk

3

WebDesk uses the Apple WebKit engine (WKWebView), which is fully optimized for modern versions of macOS.

Yes. Go to macOS System Settings and search for the "Default web browser" setting. You can assign WebDesk there, typically under the Desktop & Dock category.

A trial banner is displayed in the web browser, and you cannot protect access to Preferences with a password.
Purchase a license to remove all limitations.

xDNS

2

Homebrew is the most reliable and secure way to install the BIND server. We chose this approach because Homebrew is widely used and trusted by IT administrators.Β 

With the trial version, you can only add 3 DNS records to any zone.Β Purchase a license to remove all limitations.

xFTP

1

You can only manage up to 3 FTP servers, and you can only upload files 3 times per server. There are no other limitations. Purchase a license to remove all limitations.

xNET

2

You can only see 8 devices on your network and many settings are disabled. Purchase a license to unlock all features.

In the popover displaying a device's information, you can edit its name using the pencil icon.Β 

This helps improve the clarity of the map.

No FAQs match your search. Try a different keyword.



Get updates on our latest apps

Newsletter for elonovo.com and xproline.io websites