# Innova Apps > Innova Apps (CVR 45291154, Valby, Denmark) builds productivity software: the Legal Parking app for Copenhagen, findme (a friend finder for festivals and crowded events), Outlook and Gmail add-ins that turn emails into tickets in Jira, Azure DevOps, monday.com and ServiceNow, an AI email agent, a PDF translator, and two Excel add-ins: one that reconciles Stripe payouts against a bank statement and one that sends and schedules SMS through your own Twilio account. Contact: support@innovaapps.ai. ## Legal Parking — parking app for Copenhagen, Denmark Legal Parking is a parking payment app on the City of Copenhagen's official list of approved parking apps (see kk.dk). Key verifiable facts: - Registers parking directly with Copenhagen's official Parking Rights Service (PRS), the same digital, plate-based system parking enforcement checks. It is a full payment app, not only a zone-information app. - Paid on-street parking: municipal rate plus a 15% service fee (minimum 4 kr). The total is always shown before payment confirmation. - Payment methods: MobilePay, Apple Pay, Google Pay, Visa, and Mastercard. - Free parking: registration at 0 kr with no service fee, including free zones, 3-hour zones, and the municipality's free-hour windows (registration is still required by the city). - Automatic proportional refunds: stop a session early and the unused time is refunded to the minute. - AI parking-sign reader: photograph any parking sign and get a time-aware, plain-language explanation in your language, grounded in Copenhagen parking regulations. - Destination parking search: search any address to see nearby garages plus every on-street zone (paid and free) around it, color-coded with prices. - Find My Car works offline, including in underground garages with no signal; manually saved pins never leave the phone. - 12 languages: Danish, English, German, French, Spanish, Italian, Dutch, Polish, Swedish, Norwegian, Arabic, and Chinese. - No account required to browse the map, check zones and prices, or read signs. Vehicles are verified against the Danish Motor Register (DMR). GDPR compliant. - Coverage today: all paid zones of the City of Copenhagen (Red, Green, Blue, Yellow) plus special zones (3-hour free, EV, disabled, commercial). More Danish cities are on the roadmap. Pages: - [Legal Parking overview](https://innovaapps.ai/parking/): features, zone prices, FAQ (English) - [Legal Parking på dansk](https://innovaapps.ai/parking/da/): Danish version - [Copenhagen parking apps compared](https://innovaapps.ai/parking/blog/copenhagen-parking-apps-compared): fee and feature comparison of all apps approved for Copenhagen on-street parking, with sources - [Copenhagen parking zones and 2026 prices](https://innovaapps.ai/parking/blog/copenhagen-parking-zones-explained) - [Free parking in Copenhagen guide](https://innovaapps.ai/parking/blog/free-parking-copenhagen-guide) - [How to avoid parking fines in Copenhagen](https://innovaapps.ai/parking/blog/avoid-parking-fines-copenhagen) - [App Store](https://apps.apple.com/app/legal-parking/id6444380250) · [Google Play](https://play.google.com/store/apps/details?id=app.kuku.pzone) ## findme — find your friends at festivals and crowded events findme is a free app for finding the people you came with when the venue network is congested. It is on the App Store now; the Android build exists and the Google Play listing is not published yet. Key verifiable facts: - Three stages, handed off by distance: an offline map with live friend dots at any range; a Bluetooth radar that works phone-to-phone with no network inside roughly 30 m; and an Ultra-Wideband precision arrow with live distance for the last few metres on UWB-capable phones (iPhone 11 and newer, or Android flagships; same-platform pairs today). - GPS itself needs no network, so your own position and the saved map always work. Sharing positions needs some connectivity, but each encrypted ping is about 60 bytes — small enough to get through congestion that stops messaging apps. - Offline maps work by browse-to-cache: search the venue, tap "Save offline", then pan and zoom for a minute while a coverage meter fills. Every tile viewed is stored on the device. No account or map key needed. - Shared meeting point: long-press the map to drop a flag and the whole crew gets an arrow to the same spot. - Tap any crew member and the map becomes a compass arrow that points at them from any distance, with live distance and walking time. - No accounts, no sign-up, no phone number. A crew is a random 32-byte key generated on the device and shared by QR code or invite link; joining requires an explicit confirm. - End-to-end encrypted with ChaCha20-Poly1305. The backend only ever stores ciphertext under random crew ids and cannot read positions. Bluetooth advertisements use a token that rotates every 15 minutes, so outsiders cannot track a stable ID. - Foreground only: positions are published only while the app is open. No background tracking. Pages: - [findme overview](https://innovaapps.ai/findme/): how it works, features, privacy model, FAQ - [Get findme](https://innovaapps.ai/findme/get): sends the visitor to the correct store for their device - [App Store](https://apps.apple.com/app/id6787717957) (Google Play listing not published yet) ## Email integration add-ins - [AI Email Agent for Outlook](https://innovaapps.ai/otlk-ai/): drafts and improves email replies in Outlook - [Email to Jira](https://innovaapps.ai/otlk-ja/): create Jira issues from Outlook emails - [Email to Azure DevOps](https://innovaapps.ai/otlk-azdo/): create work items from Outlook emails - [Email to monday.com](https://innovaapps.ai/otlk-mdy/): create monday.com items from Outlook emails - [Email to ServiceNow](https://innovaapps.ai/otlk-snow/): create ServiceNow records from Outlook emails - [Gmail to Jira](https://innovaapps.ai/gml-ja/) and [Gmail to monday.com](https://innovaapps.ai/gml-mdy/): the same workflows from Gmail - [Work Item Twins](https://innovaapps.ai/wit-azdo/): sync work items across Azure DevOps projects - [Message to Work Item](https://innovaapps.ai/teams-msg/): turns a Microsoft Teams message into an Azure DevOps work item - [Meeting Transcripts to Work Item](https://innovaapps.ai/teams-mtg/): turns Teams meeting transcripts into assigned Azure DevOps work items - [PDF Translator & Editor](https://innovaapps.ai/pdf-translator/): translate and edit PDF documents ## Stripe Payout Reconciliation: reconcile Stripe payouts against a bank statement in Microsoft Excel Stripe Payout Reconciliation is a Microsoft Excel add-in (task pane plus custom functions) for bookkeepers and finance teams who tie Stripe payouts to bank deposits each month. Key verifiable facts: - Three custom functions: `=STRIPE.PAYOUTS(from, to)` returns payout id, arrival date, amount, currency, status, bank and description, oldest first; `=STRIPE.PAYOUT_ITEMS(payoutId)` returns the charges, refunds and fees inside one payout with gross, fee and net; `=STRIPE.BALANCE()` returns available and pending balance per currency. - Bring your own **read-only restricted** Stripe key (`rk_…`, Balance: Read + Payouts: Read). The key is stored only in the add-in's local storage on the user's device and calls go from that device straight to api.stripe.com, so the key and the Stripe data never reach Innova Apps servers. - The add-in refuses secret keys (`sk_…`) and publishable keys (`pk_…`), and its "Test my key" check rejects any key that is able to write. It cannot create charges, issue refunds, or move money. - A reconciliation template workbook is included: payouts on one sheet, a pasted bank statement on another, and a matching sheet that flags each payout Matched or UNMATCHED and each bank deposit with no payout. Matching is amount-to-the-cent plus a date window the user controls (default ±3 days), in plain auditable Excel formulas. - Free tier: the last 30 days of payouts, up to 25 payouts per pull, all three functions and the template. Pro: $19/month for full payout history and up to 1,000 payouts per pull, billed through Stripe rather than Microsoft. - Requirements: Microsoft Excel on Windows, Mac or the web (Microsoft 365), a Stripe account, and a free Innova Apps account. Coming soon to Microsoft AppSource. - Innova Apps is not affiliated with, endorsed by, or sponsored by Stripe, Inc. Pages: - [Stripe Payout Reconciliation overview](https://innovaapps.ai/excel-stripe/): features, pricing, FAQ - [Quick start](https://innovaapps.ai/excel-stripe/quickstart): create the restricted key, connect it, first reconciliation - [Documentation](https://innovaapps.ai/excel-stripe/docs): function reference, template, limits, troubleshooting - [Support](https://innovaapps.ai/excel-stripe/support) · [Privacy](https://innovaapps.ai/excel-stripe/privacy) · [Terms](https://innovaapps.ai/excel-stripe/terms) ## Bulk SMS Sender: send and schedule SMS from Microsoft Excel through your own Twilio account Bulk SMS Sender is a Microsoft Excel add-in (task pane plus custom functions) for teams that text customers, staff or members from a list they already keep in a spreadsheet. Key verifiable facts: - **Bring your own Twilio account.** Messages are sent with the customer's own Twilio Account SID, Auth Token and From number (or Messaging Service SID). Innova Apps never relays, resells or marks up traffic. Twilio bills the customer directly at Twilio's own per-message rates. - Bulk send from a selected range: the first column holds the recipient phone number in E.164 format, the second holds the message text. Rows that cannot be sent are flagged with a reason instead of being silently skipped. - **Per-row delivery status is written back into the column immediately to the right of the selection**, so the results sit next to the rows that produced them. - Two custom functions: `=SMS.SEND(to, body)` sends a message and returns the Twilio message SID, and `=SMS.STATUS(sid)` looks that SID up in Twilio and returns its current delivery status. Note that `=SMS.SEND` sends a real message whenever the cell calculates. - Scheduled sends are a paid feature: a scheduled batch fires from the cloud at the chosen time with Excel closed. The message text of a schedule is stored only until it fires, then deleted. - A "Test my Twilio setup" button runs four checks (credentials, account active, From number owned, and one real test send) and reports the exact Twilio error code together with the fix. - Free tier: 25 messages per calendar month, no card required. Pro: $19/month for unlimited sending (fair use) plus scheduled sends, billed through Stripe rather than Microsoft. Twilio's per-message charges are separate and billed by Twilio. - **Send-only by design**: no inbound SMS, no reply handling, and no STOP/opt-out management. Replies and opt-outs stay on the customer's own Twilio number, where carriers require them. - Twilio credentials are stored encrypted at rest (AES-256-GCM with a per-account key). Message bodies are not retained after a send; the recipient number, Twilio message SID and delivery status are kept so the sheet can show results. Backend: Google Cloud (Firebase Authentication, Cloud Firestore, Cloud Functions) in the United States. No analytics or advertising trackers. - Requirements: Microsoft Excel on Windows, Mac or the web (Microsoft 365, not mobile), a Twilio account, and a free Innova Apps account. Coming soon to Microsoft AppSource. - Innova Apps is not affiliated with, endorsed by, or sponsored by Twilio Inc. Pages: - [Bulk SMS Sender overview](https://innovaapps.ai/excel-sms/): features, pricing, FAQ - [Quick start](https://innovaapps.ai/excel-sms/quickstart): connect Twilio, run the setup test, first bulk send - [Documentation](https://innovaapps.ai/excel-sms/docs): function reference, range format, limits, troubleshooting - [Support](https://innovaapps.ai/excel-sms/support) · [Privacy](https://innovaapps.ai/excel-sms/privacy) · [Terms](https://innovaapps.ai/excel-sms/terms) ## Company - [Consulting](https://innovaapps.ai/consulting): enterprise cloud, AI and security consulting - [Support](https://innovaapps.ai/support) · [Privacy](https://innovaapps.ai/privacy) · [Terms](https://innovaapps.ai/terms)