Questions tagged [amo]

The initials from addons.mozilla.org. Mozilla provides the http://addons.mozilla.org (AMO) web site which is a repository for add-ons for Mozilla software. DO NOT use this tag for SSAS Analysis Management Object

Mozilla provides the http://addons.mozilla.org (AMO) web site which is a repository for add-ons for Mozilla software. When users click the "Get Extensions" link in the Add-ons window in Firefox they are directed to this site.

Learn more about AMO in the official wiki.

Questions about this tag should be relevant to extensions in the mozilla addons page and the validation and update process of them.

17 questions
7
votes
1 answer

Mozilla Add-Ons rejecting jQuery (despite not being modified)

(Note, this is intended as self-answer Q&A for a problem I encountered) After trying to submit a WebExtension to Mozilla Add-Ons for public listing, the submission was rejected by a reviewer with the following message: Your add-on includes a…
Xan
  • 74,770
  • 16
  • 179
  • 206
2
votes
1 answer

SSAS automation in c# - rename AAS attribute in c# pragmatically

I need help on SSAS automation in C#. I want to automate the rename the display name for the AAS attributes. To automate the full process of renaming using c#. please help on this. kindly share any links or article on this
Ramseen Ramsi
  • 125
  • 1
  • 11
2
votes
2 answers

What is the best way to obtain the complete list of permission of a given user using AMO in C#

I am using Visual Studio 2013(C#) and SSAS 2014 (through AMO). I need to prepare a list of permissions of a given user in the SSAS database. For example, domainName\userName has permissions on the 2 dimensions out of 5 available in the database. I…
1
vote
1 answer

AMO CI always gives Duplicate add-on ID found

I'm currently trying to automate updates of my web extension in my build pipeline with this API / endpoint https://addons.mozilla.org/api/v3/addons. So the actual command that I'm using looks like this: curl…
chickahoona
  • 1,914
  • 14
  • 23
1
vote
1 answer

Chrome / Firefox Extension-Store: Browser version checked automatically?

I built an extension for Chrome and Firefox and I am going to release it, soon. Do I have to check for the browser version the user is running or do the stores of Chrome/Firefox automatically check which version is needed and set this as a condition…
1
vote
0 answers

Uploading new version of Firefox add-on to AMO keeps prompting for a "Platform"

I have an existing Firefox add-on that I originally developed a few years ago using the SDK (package.json, etc.). I rewrote the add-on using WebExtensions (manifest.json, etc.). When I successfully tested the new version, everything worked fine.…
1
vote
2 answers

Signing a firefox add-on with Mozilla api and download signed xpi

I'm using the Mozilla API to upload an add-on and signing it (following this guide). After uploading the add-on, I receive the first answer from the api as a json, that looks like that. From that response, I'm taking the url field and accessing it…
arieljannai
  • 2,124
  • 3
  • 19
  • 39
1
vote
1 answer

Updating of Mozilla side-loaded addon

I found out that addon which is loaded to AMO will be updated as soon as newer version of addon will be uploaded and verified. Would it be the same for addon which is side-loaded, and originally was installed as a part of bundle directly by user?
Vasyl
  • 236
  • 2
  • 12
0
votes
1 answer

Generate Script for Analysis Services Database

I'm trying to write a program to generate creation script for my databases on a Analysis Service server. I implemented below code and have stuck there Server srv = new Server(); srv.Connect(@"DataSource=myservername"); Database db =…
FLICKER
  • 6,439
  • 4
  • 45
  • 75
0
votes
0 answers

Executing XMLA with AMO PowerShell does not create measures

I wrote a PowerShell script to automate deployment of SSAS Cubes. I use the Deployment Wizard to generate an XMLA file and then PowerShell AMO command to deploy it. However, when I run it the tabular database gets created but all measures are…
0
votes
2 answers

Add-on not listed in Android AMO site, but listed under Windows platform

Our developer submitted a WebExtension add-on to AMO a while ago, which is publicly available. I could find it using search on Firefox Add-ons page. I tried to install the add-on on my mobile Firefox browser. I searched in the add-ons store, but it…
smk
  • 301
  • 6
  • 13
0
votes
0 answers

Working Chrome extension ported to Firefox shown as 'corrupted' in Firefox

I developed an extension for Chrome which I would like to port to Firefox. I followed Mozilla's guide for porting a Chrome extension to Firefox. The extension worked fine when tested locally in Firefox. But, after submitting it to AMO, installing it…
sjy_0831
  • 29
  • 4
0
votes
1 answer

Programatically install add-on supporting automatic updates

I'm developing a desktop application that can integrate with some Mozilla application¹ through an add-on. I'd like to provide users the option to install the add-on through my application, but I haven't been able to find an official way fulfilling…
dst
  • 3,307
  • 1
  • 20
  • 27
0
votes
1 answer

How to change Firefox add-on owner?

What happened I created a small add-on and I signed it with jpm sign so I can install it on a few computers. Being my first add-on I created a throwaway account on Firefox Addons to see how things go. After my success I created my main account and…
totymedli
  • 29,531
  • 22
  • 131
  • 165
0
votes
2 answers

AMO Update Review of my mozilla addon

I developed a mozilla firefox addon and it passed the Full Review by AMO Reviewers and it is available in the store. Now I provide a new version of the same for update review. How long will this process take?
Muthu
  • 337
  • 6
  • 19
1
2