it's finished updating. Once complete, reload the Ingress intel map to use the new version.
</p>

<h4>Firefox and Greasemonkey</h4>

<p>
Open the Greasemonkey menu and choose "Manage user scripts". Now click the cog icon and choose "Check for updates".
However, sometimes Greasemonkey fails to update all scripts. Check the date+time listed at the start of the description
(e.g. "[jonatkins-2013-08-23-042102]") and if any have failed to update then manually download from the list below.
Once updated, reload the Intel map and the new version will be active.
</p>


<h3>Download</h3>

<?php 
iitcDesktopDownload("release");
?>

<hr>


<h4>Plugins</h4>

<p>
Plugins extend/modify the IITC experience. You do <b>not</b> need to install all plugins. Some are only useful to
a minority of users.
</p>

<?php 
iitcDesktopPluginDownloadTable("release");
<b>Note</b>: Test builds have recently been changed so they can be installed alongside the standard IITC builds.
Test builds will be called "IITCm Test" - while the regular release builds remain named "IITC Mobile"
</div>

<?php 
if (file_exists($apkfile)) {
    iitcMobileDownload($apkfile);
} else {
    print "<div class=\"alert alert-danger\">Error: <b>{$apkfile}</b> not found</div>\n";
}
?>

<h3 id="test-desktop">Desktop test build</h3>

<?php 
iitcDesktopDownload($path);
?>

<hr>

<h4>Desktop test plugins</h4>

<?php 
iitcDesktopPluginDownloadTable($path);
?>

<hr>



Пример #3
0
it's finished updating. Once complete, reload the Ingress intel map to use the new version.
</p>

<h4>Firefox and Greasemonkey</h4>

<p>
Open the Greasemonkey menu and choose "Manage user scripts". Now click the cog icon and choose "Check for updates".
However, sometimes Greasemonkey fails to update all scripts. Check the date+time listed at the start of the description
(e.g. "[jonatkins-2013-08-23-042102]") and if any have failed to update then manually download from the list below.
Once updated, reload the Intel map and the new version will be active.
</p>


<h3>Download</h3>

<?php 
iitcDesktopDownload("build/release");
?>

<hr>


<h4>Plugins</h4>

<p>
Plugins extend/modify the IITC experience. You do <b>not</b> need to install all plugins. Some are only useful to
a minority of users.
</p>

<?php 
iitcDesktopPluginDownloadTable("build/release");