Microsoft lanseaza Skype pentru Outlook.com, adauga Safari serviciului de support al computerelor Mac si serviciul de transmisie video HD cu voce

5 mar. 2014 5 mar. 2014

In cursul zilei de ieri, 4 martie, Microsoft a anuntat lansarea Skype pentru Outlook.com, ce poate fi accesata la nivel global, extinzand serviciul ce era pana acum valabil doar in cateva tari. In acelasi timp, compania a adaugat noi functionalitati si a rezolvat probleme existente in versiunea anterioara a produsului.

Microsoft lanseaza Skype pentru Outlook.com, adauga Safari serviciului de support al computerelor Mac si serviciul de transmisie video HD cu voce

In cursul zilei de ieri, 4 martie, Microsoft a anuntat lansarea Skype pentru Outlook.com, ce poate fi accesata la nivel global, extinzand serviciul ce era pana acum valabil doar in cateva tari. In acelasi timp, compania a adaugat noi functionalitati si a rezolvat probleme existente in versiunea anterioara a produsului.

Un demo al integrarii Skype in Outlook.com a fost facut public pentru prima data in luna aprilie a anului 2013, dar numai utilizatorii din UK puteau folosi setul complet de functionalitati Skype: apeluri de tip voce, apeluri video si mesagerie. In luna august a anului 2013, serviciul a fost disponibil in Statele Unite, UK, Germania, Franta, Canada si Brazilia.

`); let options = { title: '🍪' + ' ' + translate('This site uses cookies!'), message: translate('We use cookies to personalize content and the on-site experience, and to analyze traffic. Press Accept All Cookies to accept cookies and directly access the site.'), delay: 0, expires: 30, // 30 days link: '/politica-de-confidentialitate', uncheckBoxes: false, acceptBtnLabel: translate('Accept All'), moreInfoLabel: translate('More Information'), savePreferencesLabel: translate('Save Preferences'), cookieTypesTitle: translate('Select the cookies you accept'), fixedCookieTypeLabel: translate('Necessary'), fixedCookieTypeDesc: translate('Cookies used for the proper functioning of the site'), advancedBtnLabel: translate('Customize'), cookieTypes: [ { type: translate('Preferences'), value: 'preferences', description: translate('Cookies used for your preferences (remembering username, colors, etc.)') }, { type: translate('Analytics'), value: 'analytics', description: translate('Cookies related to site visits, browser type, etc.') }, { type: translate('Marketing'), value: 'marketing', description: translate('Cookies related to marketing (newsletter, social media, etc.)') } ], onAccept: function () { const marketingAccept = 'granted'; const analyticsAccept = 'granted'; gtag('consent', 'update', { 'ad_storage': marketingAccept, 'ad_user_data': marketingAccept, 'ad_personalization': marketingAccept, 'analytics_storage': analyticsAccept }); runAnalyticsScripts(); }, }; body.ihavecookies(options); if ($.fn.ihavecookies.cookie()) { const marketingAccept = 'granted'; const analyticsAccept = 'granted'; gtag('consent', 'update', { 'ad_storage': marketingAccept, 'ad_user_data': marketingAccept, 'ad_personalization': marketingAccept, 'analytics_storage': analyticsAccept }); runAnalyticsScripts(); } }) function runAnalyticsScripts() { if ($.fn.ihavecookies.preference('analytics')) { // Facebook Pixel Code !function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '120071065022307'); fbq('track', 'PageView'); $('body').append(``) // End facebook pixel code } } function addScript(src, async = false) { let script = document.createElement('script'); script.setAttribute('src', src); if (async) { script.setAttribute('async', ""); } document.body.appendChild(script); }