WaveLink — Salesforce Data Export & Import

Fast Salesforce data export & import: CSV in, query records out, schedule snapshots, diff exports, convert CSV/JSON/Excel/XML.

As of June 2026, WaveLink — Salesforce Data Export & Import has 4 users in the Developer Tools category.

Usersup 300.0 percent+300.0%
4
4
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.2.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.

History

6 snapshots

Tracking since Apr 1, 2026.

4.242.50.7599999999999998Apr 1, 2026Jun 10, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 202610.1.0
Apr 17, 202610.1.0
Apr 27, 202610.1.0
May 4, 20260.1.0
May 10, 202620.1.0
Jun 10, 202640.1.0
Now40.2.0

Changelog

  • Jun 10, 2026
    description
    # WaveLink — Salesforce Data Seeding Chrome Extension
    
    Push CSV/JSON/Excel data into Salesforce orgs, run SOQL queries, compare schemas and data across orgs, and seed test data — all directly from your browser.
    
    ---
    
    ## Features
    
    ### Data Operations
    - **Data Push** — Upload CSV, JSON, or Excel files and push records into any Salesforce object using the REST Collections API or Bulk API 2.0. Supports field mapping, data transformation, retry on failure, and type-to-confirm deletes.
    - **Data Cleanser** — Rename, drop, and reorder columns. Apply bulk field updates with formula interpolation and conditional rules. Preview changes before applying.
    - **Pipeline Builder** — Visual step-chain builder for data transformation (filter, transform, lookup, aggregate, join steps) with intermediate result preview.
    - **Test Data Generator** — Auto-generate test data using faker.js. Configure null rates, static values, formulas, and relationship ID injection per field.
    - **Data Templates** — Save and reuse field mapping configurations. Organise templates by category with usage tracking.
    
    ### Querying
    - **SOQL Query Editor** — Structured SOQL builder with context-aware autocomplete, or raw SOQL text mode. Performance metrics, query folders, favourites, tags, and fuzzy search.
    
    ### Schema & Analytics
    - **Schema Explorer** — Browse Salesforce object schemas, view field metadata, and explore object relationships as an interactive graph.
    - **Schema Comparison** — Diff the fields of any two objects or two orgs side-by-side with export to CSV, JSON, or HTML.
    - **Field Usage Analytics** — Population rate, cardinality analysis, and optimisation recommendations per field.
    - **API Usage Dashboard** — View all Salesforce governor limits with colour-coded consumption bars.
    - **Org Health** — Monitor org health metrics at a glance.
    
    ### Cross-Org
    - **Multi-Org Support** — Connect and switch between multiple Salesforce orgs. Custom nicknames, colour dots, and PROD/SBX badges for visual identification.
    - **Data Comparison** — Compare record-level data across orgs. Colour-coded diff with selective sync to push specific records from source to target.
    
    ### Advanced Operations
    - **Duplicate Detection & Merging** — Find duplicates using exact, Levenshtein (fuzzy), or Soundex (phonetic) matching. 3-step merge wizard with field-level control.
    - **Cross-Object Cloning** — Clone records with automatic dependency graph detection, topological ordering, and ID remapping for lookups.
    - **Bulk Object Operations** — Record counts, bulk delete with safety confirmations, and production org warnings.
    - **Data Quality Scorecards** — Define rule sets (required fields, regex, range, picklist, uniqueness) and score datasets before pushing.
    
    ### History & Recovery
    - **Push History** — Sortable, filterable push log with error grouping and CSV/JSON export.
    - **Undo / Rollback** — Automatic capture of inserted record IDs. One-click undo via `Ctrl+Z` or the undo panel.
    
    ### User Interface
    - Three UI modes: popup, in-page side panel, and full-page app
    - Dark mode (light, dark, or auto)
    - Command palette (`Ctrl+K`) with fuzzy search
    - Customisable keyboard shortcuts with conflict detection
    - Onboarding wizard and contextual help tooltips
    - Shadow DOM isolation for the in-page panel
    
    ---
    
    ## Installation
    
    ### From the Chrome Web Store *(coming soon)*
    
    Search for **WaveLink** in the Chrome Web Store and click **Add to Chrome**.
    
    ### From Source
    
    1. Clone the repo: `git clone https://github.com/jc-wave/wave-link.git`
    2. Install dependencies: `npm install`
    3. Build: `npm run build`
    4. Open `chrome://extensions`, enable **Developer mode**, click **Load unpacked**, and select the `dist/` folder.
    
    ---
    
    ## Development
    
    | Command | Description |
    |---------|-------------|
    | `npm run dev` | Watch mode — rebuilds on file changes |
    | `npm run build` | Production build |
    | `npm run test` | Run unit tests |
    | `npm run test:watch` | Watch mode for tests |
    | `npm run test:coverage` | Run tests with coverage report |
    | `npm run lint` | Lint TypeScript source |
    | `npm run lint:fix` | Lint with auto-fix |
    | `npm run typecheck` | Type-check without emitting |
    | `npm run package` | Create a store-ready zip |
    
    ---
    
    ## Privacy
    
    WaveLink stores all data locally on your device using `chrome.storage.local`. No data is sent to any server other than your Salesforce orgs. No analytics, telemetry, or crash reporting is collected. See the full [Privacy Policy](public/privacy.html).
    
    ---
    
    ## Contributing
    
    See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines on pull requests, coding style, and how to run tests.
    
    ---
    
    ## Security
    
    To report a security vulnerability, please open a private security advisory on GitHub. See [SECURITY.md](docs/SECURITY.md) for details.
    
    ---
    
    ## License
    
    MIT © James C
    🆕 New in 0.2.0 — WaveLink is now focused on fast Salesforce data export & import:
    multi-format export (CSV/JSON/Excel/XML), scheduled snapshots, export diffing,
    import dry-run pre-flight, live push progress, in-app dialogs, and a refreshed UI.
    
    ———
    WaveLink is a fast, focused tool for getting data in and out of Salesforce — right from your browser, with no data leaving your device.
    
    • Data Export — Run SOQL and export results to CSV, JSON, Excel, or XML. Visual query builder with aggregates, GROUP BY, date literals, subqueries, autocomplete, and history.
    • Data Import / Push — Drop in a CSV, JSON, or Excel file and push records into any object via the REST Collections API or Bulk API 2.0. Field mapping, transforms, dry-run pre-flight, and retry on failure.
    • Scheduled Snapshots — Schedule recurring exports so you always have a fresh copy of key objects.
    • Diff Between Exports — Compare two exports side by side with colour-coded differences.
    • Format Conversion — Convert between CSV, JSON, Excel, and XML in a couple of clicks.
    • Data Cleanser — Rename, drop, and reorder columns; apply bulk field updates before import.
    • Templates — Save your most-used queries and mappings and reuse them in one click.
    • Dark mode, command palette (Ctrl+K), and customisable keyboard shortcuts.
    
    All data stays on your device via local storage. No analytics, telemetry, or external servers — WaveLink only talks to your own Salesforce orgs.
  • Jun 10, 2026
    short_description
    Push CSV/JSON data into Salesforce orgs, run SOQL queries, compare schemas, and seed test data — all from your browser.
    Fast Salesforce data export & import: CSV in, query records out, schedule snapshots, diff exports, convert CSV/JSON/Excel/XML.
  • Jun 10, 2026
    name
    WaveLink - Salesforce Data Seeding
    WaveLink — Salesforce Data Export & Import
  • Jun 10, 2026
    permissions
    storage, cookies, activeTab, tabs
    storage, cookies, activeTab, tabs, alarms

Permissions & access

Permissions
storagecookiesactiveTabtabsalarms
Host access
https://*.salesforce.com/*, https://*.force.com/*, https://*.lightning.force.com/*, https://*.my.salesforce.com/*, https://login.salesforce.com/*, https://test.salesforce.com/*

Screenshots

WaveLink — Salesforce Data Export & Import screenshot 1

About

🆕 New in 0.2.0 — WaveLink is now focused on fast Salesforce data export & import:
multi-format export (CSV/JSON/Excel/XML), scheduled snapshots, export diffing,
import dry-run pre-flight, live push progress, in-app dialogs, and a refreshed UI.

———
WaveLink is a fast, focused tool for getting data in and out of Salesforce — right from your browser, with no data leaving your device.

• Data Export — Run SOQL and export results to CSV, JSON, Excel, or XML. Visual query builder with aggregates, GROUP BY, date literals, subqueries, autocomplete, and history.
• Data Import / Push — Drop in a CSV, JSON, or Excel file and push records into any object via the REST Collections API or Bulk API 2.0. Field mapping, transforms, dry-run pre-flight, and retry on failure.
• Scheduled Snapshots — Schedule recurring exports so you always have a fresh copy of key objects.
• Diff Between Exports — Compare two exports side by side with colour-coded differences.
• Format Conversion — Convert between CSV, JSON, Excel, and XML in a couple of clicks.
• Data Cleanser — Rename, drop, and reorder columns; apply bulk field updates before import.
• Templates — Save your most-used queries and mappings and reuse them in one click.
• Dark mode, command palette (Ctrl+K), and customisable keyboard shortcuts.

All data stays on your device via local storage. No analytics, telemetry, or external servers — WaveLink only talks to your own Salesforce orgs.

Technical

Version
0.2.0
Manifest
V3
Size
485KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ccknhhibbedolfnbgnenomdohlmojblo
Developer ID
u9e697e757fe81bd9743a2c92e65de846
Developer Email
[email protected]
Created
Mar 25, 2026
Last Updated (Store)
Jun 8, 2026
Last Scraped
Jun 10, 2026
Website
Support URL
Privacy Policy

Data sourced from the Chrome Web Store · last verified Jun 10, 2026.