Web Sync
Never lose a card again! ScanBizCards includes a service to automatically upload new cards or edits to existing cards to a web-based personal account. But this is just the tip of the iceberg … Web Sync includes so much more:
How about taking a peek right now? Click to our totalPics) nextPic = 1; $("#f"+curPic).fadeOut("normal",null); $("#f"+nextPic).fadeIn("normal",null); curPic = nextPic; picTimer = setTimeout("rotatePics()",picSpeed); } $(document).ready(function() { $("#pause, #resume").css({"opacity":0}); picTimer = setTimeout("rotatePics()",picSpeed); $("#iphone").hover(function() { if (playing) $("#pause").stop().animate({ opacity: 1}, 500); else $("#resume").stop().animate({ opacity: 1}, 500); },function() { if (playing) $("#pause").stop().animate({ opacity: 0}, 500); else $("#resume").stop().animate({ opacity: 0}, 500); }); $("#iphone").click(function() { if (playing) { $("#pause").stop().animate({ opacity: 0}, 500); $("#resume").stop().animate({ opacity: 1}, 500); clearTimeout(picTimer); playing = false; } else { $("#resume").stop().animate({ opacity: 0}, 500); $("#pause").stop().animate({ opacity: 1}, 500); rotatePics(); playing = true; } }); });
- Backup: had to replace your iPhone? Just sign-in to your Web Sync account and all your cards are downloaded back into the app
- Keep multiple iOS and Android devices in sync: just sign-in to a same Web Sync account on both devices and the become “paired”, always showing the same set of cards. This is a great way to keep an iPad synced with an iPhone running ScanBizCards, so you can view/manage your scanned contacts from the iPad as well.
- Web-based cards management: access your cards from any browser at http://www.scanbizcards.com/websync - Even better: you can edit your cards on the web and changes flow back to your iPhone, iPad or Android devices! A convenient way indeed to manage your cards on a larger screen.
- Scan cards online: upload images of multiple cards from a flatbed scanner, scan and edit them online.
How about taking a peek right now? Click to our totalPics) nextPic = 1; $("#f"+curPic).fadeOut("normal",null); $("#f"+nextPic).fadeIn("normal",null); curPic = nextPic; picTimer = setTimeout("rotatePics()",picSpeed); } $(document).ready(function() { $("#pause, #resume").css({"opacity":0}); picTimer = setTimeout("rotatePics()",picSpeed); $("#iphone").hover(function() { if (playing) $("#pause").stop().animate({ opacity: 1}, 500); else $("#resume").stop().animate({ opacity: 1}, 500); },function() { if (playing) $("#pause").stop().animate({ opacity: 0}, 500); else $("#resume").stop().animate({ opacity: 0}, 500); }); $("#iphone").click(function() { if (playing) { $("#pause").stop().animate({ opacity: 0}, 500); $("#resume").stop().animate({ opacity: 1}, 500); clearTimeout(picTimer); playing = false; } else { $("#resume").stop().animate({ opacity: 0}, 500); $("#pause").stop().animate({ opacity: 1}, 500); rotatePics(); playing = true; } }); });