Developer Portal

Plugins

Developer Portal

The Developer Portal is where you publish and manage your Tablen plugins. It lives at tablen.app/developers and uses your normal web login, so there's no separate account to create.

Getting in

Sign in to the web app as usual. Once you're logged in, a Developers link appears in the sidebar. The portal is open to every signed-in user, so even if this is your first plugin, you can reach it and submit right away. Everything inside is scoped to you: you only ever see and manage your own plugins.

Dashboard

The Dashboard gives you an at-a-glance view of your work through summary cards:

  • Total plugins
  • Total installs
  • Average rating
  • Total reviews

Below the cards, a grid shows each of your plugins so you can jump straight into the one you want.

Plugins

The Plugins page is a management table listing everything you've published. From here you can act on any plugin you own:

  • Deprecate — marks the plugin as deprecated.
  • Delete — removes the plugin.

Both actions are owner-only. Each plugin carries a status that tells you where it stands:

Status Meaning
pending Submitted and awaiting review
approved Live and available
rejected Not accepted
deprecated Marked as no longer maintained

Submit

The Submit page is a form for publishing a new plugin. You:

  • Paste the plugin content as JSON
  • Choose the type and visibility
  • Add tags

Once submitted, the plugin starts as pending until it's reviewed.

Plugin detail

Open any plugin to see its detail page, which brings together:

  • A 30-day install/uninstall analytics chart
  • Your reviews
  • Screenshots

As the owner, you can upload screenshots (images) to your plugin. These appear in the marketplace, so use them to show off what your plugin does.

Analytics

The detail view surfaces the numbers that matter for your plugin:

  • Total installs
  • Total uninstalls
  • Active installs
  • Install count
  • A 30-day daily series so you can see trends over time

API Keys

The API Keys page lets you create and revoke keys for CI/CD. Generate a key when you want to automate publishing or other portal actions from your pipeline, and revoke it whenever you no longer need it or want to rotate credentials.

Quick reference

Page What it's for
Dashboard Summary cards and a grid of your plugins
Plugins Management table with deprecate and delete
Submit Publish a new plugin from JSON
Plugin detail Analytics, reviews, and screenshots
API Keys Create and revoke keys for CI/CD
Was this page helpful?
Report an issue