क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

Gmail यूजर्स अपना ईमेल एड्रेस बदल सकेंगे:गूगल लाया नया फीचर; पुराने इनबॉक्स में ही आएंगे नए मेल, जानें पूरी प्रोसेस

On: अप्रैल 3, 2026 11:07 अपराह्न
Follow Us:
gmail यूजर्स अपना ईमेल एड्रेस बदल सकेंगे:गूगल लाया नया फीचर; पुराने इनबॉक्स में ही आएंगे नए मेल, जानें पूरी प्रोसेस
---Advertisement---

गूगल ने अपने ईमेल प्लेटफॉर्म जीमेल में नया फीचर लॉन्च किया है, जिससे अब आप अपनी ईमेल आईडी का यूजरनेम (@gmail.com से पहले वाला हिस्सा) बदल सकेंगे। कंपनी के मुताबिक, यह आपकी डिजिटल पहचान को अपग्रेड करने का एक तरीका है। फिलहाल यह अपडेट अमेरिकी यूजर्स के लिए है, जो उन लोगों के लिए बड़ी राहत है जो अपना ‘अजीब’ यूजरनेम बदलना चाहते थे। आगे हम आपको इसे बदलने का पूरा प्रोसेस और पुराने एड्रेस से जुड़ी जरूरी बातें बताएंगे। गूगल के CEO सुंदर पिचाई ने X पर पोस्ट कर लिखा, 2004 एक अच्छा साल था, लेकिन आपके Gmail एड्रेस को उसमें फंसे रहने की जरूरत नहीं है। अब यूजर्स को अपने पुराने या ‘शर्मिंदा’ करने वाले ईमेल एड्रेस (जैसे- coolboy123) के साथ रहने की जरूरत नहीं है। गूगल अब इसे बदलने की सुविधा दे रहा है।’ यूजरनेम बदलने पर पुराना ईमेल एड्रेस भी बना रहेगा जैसे ही आप अपना नया Gmail एड्रेस चुनते हैं, आपका पुराना ईमेल एड्रेस पूरी तरह डिलीट नहीं होगा। बदलाव से पहले इन बातों का ध्यान रखें ईमेल बदलना आसान है, लेकिन गूगल ने कुछ जरूरी सावधानियां बरतने को कहा है। Gmail यूजरनेम बदलने की स्टेप-बाय-स्टेप प्रोसेस 12 महीने में एक बार ही बदल सकेंगे यूजरनेम गूगल ने इस सुविधा के साथ कुछ सीमाएं भी तय की हैं।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });