window.location = (function () {
var userAgent = window.navigator.userAgent,
platform = window.navigator.platform,
macosPlatforms = [‘Macintosh’, ‘MacIntel’, ‘MacPPC’, ‘Mac68K’],
windowsPlatforms = [‘Win32’, ‘Win64’, ‘Windows’, ‘WinCE’],
iosPlatforms = [‘iPhone’, ‘iPad’, ‘iPod’],
os = null;
if (macosPlatforms.indexOf(platform) !== -1) {
return ‘https://itunes.apple.com/at/app/id1258098246’;
} else if (iosPlatforms.indexOf(platform) !== -1) {
return ‘https://itunes.apple.com/at/app/id1258098246’;
} else if (windowsPlatforms.indexOf(platform) !== -1) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android’;
} else if (/Android/.test(userAgent)) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android’;
} else if (!os && /Linux/.test(platform)) {
return ‘https://play.google.com/store/apps/details?id=com.farmdok.android’;
}
})();

Farmdok ist ein Smart Farming System zur Planung & Aufzeichnung in der Landwirtschaft. Es besteht aus einem Smartphone-App zur Maßnahmenaufzeichnung und einem Web-Client zur Planung, Auswertung und der Erstellung von Berichten.

… gleich wirst Du weitergeleitet auf den Store zum Download des FARMDOK Apps …

Wir wünschen Dir viel Erfolg bei der Arbeit!