How to share the .NET-specific Live Template via IntelliJ IDEA plugin?

I don’t know why, but the JetBrains Rider has 2 groups of the Live templates:

As far as I have experienced, in IntelliJ IDEA, Web Storm, PHP Storm and Ruby Mine there is only the “web-specific” ones.

Well, I need to share the .NET-specific Live templates via IntelliJ IDEA plugin.
As far as I have tried, it is impossible to do it by the same way as the “web-specific” ones.

To share the “web-specific” Live Template, it has been recommended to export the settings (File ➝ Manage IDE Settings ➝ Export Settings…) then after selecting of the desired settings some files will be generated including the ones related with Live Templates which intended to be used in the plugin. Trying to export the Rider settings, I have even not found the item related with .NET-specific Live templates (the checked ones in below image are related with “web-specific” ones):

I already has been answered how to export these settings but still don’t know how to SHARE it via own IntelliJ IDEA Plugin.