Чтобы попробовать тысячи доступных здесь дополнений, загрузите Mozilla Firefox, быстрый, бесплатный способ веб-сёрфинга!

Закрыть

Добро пожаловать в дополнения Firefox.

Выбирайте из тысяч дополнительных функций и стилей, чтобы настроить Firefox по своему вкусу.

Закрыть

В пути?

Зайдите на наш сайт мобильных дополнений .

Закрыть

marximus

Обо мне

Информация о разработчике
Имя marximus
Пользователь с Март 5, 2007
Число разработанных дополнений 0 дополнений
Средний рейтинг дополнений разработчика Пока не оценено

Мои отзывы

Gmail Manager-community

Рейтинг 5 из 5 звёзд

Этот пользователь ранее оставил 1 отзыв на это дополнение.

Gmail Manager-community

Рейтинг 5 из 5 звёзд

the best gmail checker ever , on all browser

Это отзыв для предыдущей версии этого дополнения (0.7-beta.1.1-signed). 

Gmail Manager NG

Рейтинг 5 из 5 звёзд

someone know addon like this?

Этот пользователь ранее оставил 1 отзыв на это дополнение.

Gmail Manager NG

Рейтинг 5 из 5 звёзд

Odilatinam solved thet :D

GREAT !!!


Odilatinam wrote:Fixed it by changing the following

components/gmParser.js

_xpath: function(aNode, aExpression, aType)
{
var results = null;
try {
// Evaluate the XPath expression
//var xpathEvaluator = Components.classes["@mozilla.org/dom/xpath-evaluator;1"].createInstance(Components.interfaces.nsIDOMXPathEvaluator);
//results = xpathEvaluator.evaluate(aExpression, aNode, null, aType, null);
var aDoc = aNode.ownerDocument ? aNode.ownerDocument : aNode;
results = aDoc.evaluate(aExpression, aNode, null, aType, null);

} catch(e) {}
return results;
},

commented out the two existing lines and added ownerDocument code. If you had tried to mess with adding accounts back in, then look in your (profile directory)/gmanager/prefs.bak and hopefully it still has your old settings, if you only tried to add accounts back in once.

To edit the extension:

Go to your Firefox profile directory
Go to the extensions directory
Gmail Manager is [email protected]
(if it is an xpi, then you need to copy it, rename to zip, unpack, do the change, rezip, rename; if it is a directory, you can just do the changes directly)


http://forums.mozillazine.org/viewtopic.php?f=48&t=332634