Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Autoupdating extensiond
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Juan Antonio Carrillo Navarro  
View profile  
 More options Apr 23 2012, 1:22 pm
From: Juan Antonio Carrillo Navarro <juan.ant.carri...@gmail.com>
Date: Mon, 23 Apr 2012 10:22:47 -0700 (PDT)
Local: Mon, Apr 23 2012 1:22 pm
Subject: Autoupdating extensiond
Hi, I am developing an extension for Chrome and I am having a problem.

Here is my "ChromeUpdates.xml" file:

<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response'
protocol='2.0'>
  <app appid='hjfakkpgpfbdpbibcmghdnpjcpmlnpbm'>
    <updatecheck codebase='http://dl.dropbox.com/u/XXXXXXXX/
PicasaWebForGooglePlus/PicasaWebForGooglePlus.crx' version='1.0.2' />
  </app>
</gupdate>

And here is my "manifest.json" file:

{
        "name": "PicasaWeb for Google+",
        "version": "1.0.2",
        "background_page": "background.html",
        "options_page": "opciones.html",
        "description": "Google+",
        "icons": { "16": "icono16.png","48": "icono48.png","128":
"icono128.png" },
        "browser_action": {"default_icon": "icono128.png"},
        "content_scripts": [{ "matches": ["http://*/*"], "js":
["jquery.min.js"] }],
        "permissions": ["tabs", "http://*/", "https://plus.google.com/" ],
        "update_url": "http://dl.dropbox.com/u/XXXXXXXX/ChromeUpdates.xml"

}

I can not get working that, i dont know what is the problem.
The  <app appid='hjfakkpgpfbdpbibcmghdnpjcpmlnpbm'> is the code that
Chrome return me when i load my extension...

Could anybody help my with that?

Thanks in advanced and sorry, my english isn`t good.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Apr 25 2012, 2:09 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 25 Apr 2012 09:09:48 +0300
Local: Wed, Apr 25 2012 2:09 am
Subject: Re: [crx] Autoupdating extensiond

I have not worked with DropBox, but does it show a page when you go to that
URL, or does it simply show the "Save as..." dialog of the browser (try it
in incognito mode, perhaps the behavior is different when you are not
signed in to DropBox, like the extension updater)?
If it shows a page, that must be the problem.

☆*PhistucK*

On Mon, Apr 23, 2012 at 20:22, Juan Antonio Carrillo Navarro <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hummer4wd  
View profile  
 More options Apr 25 2012, 4:38 am
From: hummer4wd <anupkanas...@gmail.com>
Date: Wed, 25 Apr 2012 01:38:38 -0700 (PDT)
Local: Wed, Apr 25 2012 4:38 am
Subject: Re: Autoupdating extensiond
Insert updated version in corresponding tag
 <updatecheck codebase='http://dl.dropbox.com/u/XXXXXXXX/
PicasaWebForGooglePlus/PicasaWebForGooglePlus.crx' version='1.0.2' />

and Update MIME type at web server end for XML based file.

On Apr 25, 11:09 am, PhistucK <phist...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hummer4wd  
View profile  
 More options Apr 25 2012, 4:42 am
From: hummer4wd <anupkanas...@gmail.com>
Date: Wed, 25 Apr 2012 01:42:04 -0700 (PDT)
Local: Wed, Apr 25 2012 4:42 am
Subject: Re: Autoupdating extensiond
 Insert updated version in corresponding tag
 <updatecheck codebase='http://dl.dropbox.com/u/XXXXXXXX/
 PicasaWebForGooglePlus/PicasaWebForGooglePlus.crx' version='1.0.2' />

 and Update MIME type at web server end for XML an CRX file extension.
Otherwise web server won't allow access to that these files.

On Apr 25, 1:38 pm, hummer4wd <anupkanas...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Antonio Carrillo Navarro  
View profile  
 More options Apr 25 2012, 3:29 pm
From: Juan Antonio Carrillo Navarro <juan.ant.carri...@gmail.com>
Date: Wed, 25 Apr 2012 12:29:19 -0700 (PDT)
Local: Wed, Apr 25 2012 3:29 pm
Subject: Re: Autoupdating extensiond
I can´t understand you hummer4wd

On 25 abr, 10:38, <anupkanas...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
anup kanaskar  
View profile  
 More options Apr 27 2012, 2:02 am
From: anup kanaskar <anupkanas...@gmail.com>
Date: Fri, 27 Apr 2012 11:32:19 +0530
Local: Fri, Apr 27 2012 2:02 am
Subject: Re: [crx] Re: Autoupdating extensiond

1.The version mentioned in "manifest.json" i.e.'1.0.2'  and
ChromeUpdates.xml i.e .  1.0.2 should not be same and  ChromeUpdates.xml
must contain incremented version.
2. On a webserver where u have kept ChromeUpdates.xml and new .crx file, In
webservers  MIME type add  XML an CRX file type extension.
Otherwise web server won't allow access to that these files.
Ex. If application is hosted on IIS 7.5 then Add these MIME type in web
server setting.

Simple test :
Try to access
http://dl.dropbox.com/u/XXXXXXXX%20PicasaWebForGooglePlus/PicasaWebFo...
(with
correct URL) then It must ask for download.

On Thu, Apr 26, 2012 at 12:59 AM, Juan Antonio Carrillo Navarro <

--
Anup Kanaskar

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juan Antonio Carrillo Navarro  
View profile  
 More options May 1 2012, 3:25 am
From: Juan Antonio Carrillo Navarro <juan.ant.carri...@gmail.com>
Date: Tue, 1 May 2012 00:25:30 -0700 (PDT)
Local: Tues, May 1 2012 3:25 am
Subject: Re: Autoupdating extensiond
Yes kanaskar Of course.
The piece of code that i have paste is the online file not the local
file.

The example ilustrate that i specified the same version in the XML
file and the Crx file to download.

Thanks

On 27 abr, 08:02, anup kanaskar <anupkanas...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »