Edit for clarification:
The you see in some of the files below is not actually part of the files, but it includes the company name
If your plugins don't work you can also try these steps:
cordova plugin list;
cordova plugin remove my-cordova-plugin --save;
cordova plugin add my-cordova-plugin --nosave;
Also be aware of the following plugin dependencies:
file, file-transfer, and camera plugins are all dependent on the compat plugin; so compat needs to be removed last.file-transfer plugin is dependent on file, so file needs to be removed first.