pluginid
Pluginid is a term used in software development to denote a unique identifier assigned to a plugin within a host application or framework. The identifier serves as a stable reference that allows the host to locate, load, configure, and manage the plugin across sessions.
As a convention, a pluginid is a string that is unique within the host’s ecosystem. Formats vary
Plugins declare their pluginid in a manifest or descriptor file, alongside metadata such as version, author,
Good practices include avoiding changes to an existing pluginid, documenting the identifier in release notes, and
See also: plugin manifest, extension identifier, plugin registry.