Skip to main content

Jio and Vi

Jio and Vi top-tier postpaid plans give access to Amazon Prime and Netflix, check all benefits






HIGHLIGHTS

  • → Airtel’s most expensive postpaid plan is priced at Rs 1500 and gives unlimited data.
  • → Jio Rs 1499 postpaid plan gives 300GB data and gives access to Netflix, Amazon Prime, Disney+ Hotstar.
  • → Vi Rs 1099 is an individual postpaid plan and Rs 1348 postpaid plan is a family postpaid plan.

Airtel, Jio and Vi offer postpaid plans that start from Rs 399 and Rs 499. The top-tier postpaid plans from these telcos give access to streaming benefits. Jio and Vi give access to Netflix, however Airtel’s postpaid plan does not. The plans are priced over Rs 1000 in all cases but the benefits differ. In some cases there will be more data and less streaming benefits while some postpaid plans will give more streaming benefits and less data. Let us have a look at these plans.

Jio Rs 1499 postpaid plan: This postpaid plan gives 300GB data with 500GB rollover data. It also gives 100 SMS per day and unlimited voice calls. Coming to streaming benefits this plan gives access to Netflix, Amazon Prime, Disney+ Hotstar and Jio apps. There are no additional SIM cards with this plan.

Vi Rs 1099 postpaid plan: This is a flagship postpaid plan from Vi that gives unlimited data and 100SMS per month along with access to one year of Amazon Prime, Disney+ Hotstar and Vi movies and TV. The plan also gives access to a year of Netflix, 1-year membership to Amazon Prime, and access to Disney+ Hotstar and VIP access to Vi movies and TV. It also gives access to international and domestic airport lounges at no extra cost, 4 times a year.

Vi Rs 1348 family postpaid plan: The Rs 1348 family postpaid plan offers two connections with unlimited data and 100 SMS per month. The primary users will get unlimited calling, unlimited data and 100 SMS per month. The plan also offers a one-year subscription to Netflix, Amazon Prime and VIP Disney+ Hotstar. The additional benefits of this plan include access to international and domestic airport lounges at no extra cost four times per year including one international. The secondary connection will get unlimited calling to any network, 30GB high-speed data with 50GB data rollover and 100 SMS per month. After the exhaustion of the data limit, the secondary user will be charged at Rs 20 per GB. The telco notes that subscribers of Vi’s postpaid plan can add up to four add-on lines at Rs 249 each per month.

Airtel Rs 1599 postpaid plan: Airtel’s most expensive postpaid plan gives unlimited data with 3G or 4G rollover data and 100 SMS per day. It also gives unlimited calls and a one year subscription to Amazon Prime, Disney+ Hotstar and Airtel XStream. The plan gives one free family add-on with one regular SIM.

Comments

Popular posts from this blog

Detecting The User's Color Scheme Preference With CSS

Detecting The User's Color Scheme Preference With CSS If you’re a developer, chances are that you use dark mode on your machine and code editor. If not, what are you waiting for? Join the dark side! Jokes apart, it is common nowadays to allow users to select a different theme when visiting a website. Now you can do this with CSS only, not the theme selection itself, for that you still need JS but with CSS you can now detect the user’s machine color scheme (light or dark) and display the correct colors on your website immediately. To do this we need to use the CSS variables. According to the website  Can I use , the “CSS variables” feature is available on 95% of the currently used browsers around the world. We also need to use the  prefers-color-scheme  media query, which according to  Can I use  is supported by about 90% of the currently used browsers. In this article, I will show you how to use the CSS variables and the  prefers-color-scheme  to setup the default colors of the web

Top 10 Python Frameworks Ranked on Github

  Top 10 Python Frameworks Ranked on Github A framework is a library that makes building web applications easier. Frameworks provide a structure for developers so they can focus more on the business logic of their applications. Python has one of the largest ecosystems with a great number of different libraries, frameworks, and tools for developers. Let's take a look at the best Python  frameworks for web development . Here is a list of the ten highest-ranked Python frameworks  on GitHub. Django    Django is an open-source framework that makes things very fast and scalable. It enables programmers to develop apps and websites of different complexity within a short time. Django's advantages are reusability of components, less code, low coupling, and a principle of not repeating. Moreover, the framework is easy to use. You don't need special tools to develop a Django project. You can write it in a typical text editor, such as notepad. In this way, Django is easy to learn for be

1.Change windows password without knowing the existing password

We all know that to change password in windows we need to enter the existing password and then we can proceed to enter the new password.However there is a trick to change password without knowing the existing password. This trick comes handy when the system is logged in and we have forgotten the password or to pull a prank on your friend(do it at your own risk) Step 1: Right click on computer and select manage Step 2: click on Local users and Groups and click on users. On the right pane you will see list of users. step 3: Right click on any user whose password you want to change and click on set password: step 4: click on proceed(Don’t worry about the message) step 5: Enter the new password step 6: Click on ok and your password will change. You can even use the same method to change HOMEGROUP password. (NOTE: This trick works on WIN 7, 8 , 8.1 ,10)