Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Rename Firefox Extension Title

  • 3 svar
  • 1 har detta problem
  • 1 visning
  • Senaste svar av deepak_aces

more options

Hi Team,

We are trying to rename the title of the Fire Fox Extension developed. We are getting an unwanted random number before the title of the Extension. Attachment enclosed.

Is there any way to remove or rename this, it is not very user friendly.

Any help is highly appreciated.

Regards,

Hi Team, We are trying to rename the title of the Fire Fox Extension developed. We are getting an unwanted random number before the title of the Extension. Attachment enclosed. Is there any way to remove or rename this, it is not very user friendly. Any help is highly appreciated. Regards,
Bifogade skärmdumpar

Alla svar (3)

more options

Do you have anything like this in your manifest.json file?

"applications": {
  "gecko": {
    "id": "addon@example.com",
    "strict_min_version": "57.0"
  }
}
more options

No disrespect to TyDraniu intended.

There is a separate Add-on support forum over here that might be better for you concerning developer issues with Firefox extension development. https://discourse.mozilla-community.org/c/add-ons

more options

TyDraniu said

Do you have anything like this in your manifest.json file? "applications": { "gecko": { "id": "addon@example.com", "strict_min_version": "57.0" } }


@TyDraniu Yes, its there already.. just the version varies; it is 60 in our case.