Showing posts with label Gyan Ki Baat. Show all posts
Showing posts with label Gyan Ki Baat. Show all posts

making money online on telegram earn money online telegram

  Do you use telegram, or maybe thinking of using telegram and at the same time make more money or make money if that is thecase this videos for you... 


what's up guys my name is Roshan welcome to my website  in this article  we talk about making money online on telegram , business,entrepreneurship and everything in between so please subscribe hit the bell notification and so that you can be part of this familyremember if you say until the end of this video I'm gonna give you somechannel link that you can be part of right away and make some decent money sothere are many ways to use Telegram at the same time making money now the firstmethod is selling service or product is more people that don't have that much followers maybe you want to promote by use other people channel which is... youcan...

 if you have a digital course if you have any service that you want to sellonline you can go to these channels and promote your own services orproducts... the second one it's more for people who already have their ownchannel and they want to start make money you can sell ads right you if youhave a big channel with 50k or 45k followers you can do that the second method is more for peoplewho are beginner, or maybe also for bigger channels. You can ask for anybody whowants to be part of your channel to pay a monthly fee or maybe one-time paymentlike $1 it depends and I'm gonna give you example I'm gonna show you onechannel that is doing it right now this method is very good... 

it'spassive income and if your group or your channel is very gooda lot of people will come to be part of this channel the other method is morefor people who already have a big channel like 50k followers andso on you can sell your channel you can go to Facebook groups and say guys lookI have this channel and I want to get rid of it you can buy it and let's do it... let's do it... let's make money and the other method is by mining cryptocurrency with Bots on Telegram is very popular this method but I won'ttalk about this method in this video if you want me to talk about it on the nextvideo just comment below and I will do my best to talk about it. 


Guys on thedescription below I'm gonna leave a link that you can access to get access to allthese groups that you are seeing here all these channels some of them are paidlet me show you one example as I told you in the beginning this one is paidlook if you wanna be part of this group you have to pay $1 is one-time paymentokay one-time fee payment. You don't have... it's not a monthly fees just pay $1 sendthe $1 to PayPal to this guy and then he will going to accept you to be part of this groupor channel that you also can promote and sell stuff. Look he just is doing thatwith 800 members, 

right? And it's not that much you can also do that and other channels are free you can justclick on the link and you will be accepted on these channels as you maysee look there are many people now sellingservice as you can see this guy selling power likes on Facebook, on Instagram...for Instagram you too if you want to views tik-tokthere are many service... service that people are promoting their own brandselling books dropship courses so you can also come here and say yoursalso of course that you are selling if you have any service that you are tryingto promote you can come here comment and you will see a lot of people get intouch with you and make money. 


okay guys you see... He is selling all these images ifyou wanna... he can create images for you... just for $15...50 high-quality posts...for $15 that's good... very good so guys I don't wanna go through allthese groups because it's a lot... it's really a lot so just use the link belowright use the link below and you can also start promoting and making money ifyou don't have any service any products promote go to clickbank. I have many videos talking about it. Go to Clickbank and you can promote almost everything okay guys it's endless... it's endless... there's no limit for thatand I don't know if there is something also that I need to cover in this video and ofcourse if you want to create your channel Go to your menus -> newchannel-> right new channel put your name of your channel and select any imagedoesn't matter, put here a description okay and after that when you create yourchannel you can go to Facebook groups and say guys 


I have my channel and in my channel we talk about Fitness, we talk about cryptocurrency... anythingthat you want... talk to them, please guys come and subscribe to my channel let'stalk a little bit about it and the other people who come will accept you and theywill... or also the other way that you can do I mean it's way better is by usingFacebook Ads or using Pinterest ads I think that Pinterest will be cheaperthan Facebook Ads go to Facebook or go to Pinterest create an ad and put your link... the link of your group is this link over here, put there in thedescription or put there on the the place that you have to put the linkif you want me to teach you how to increase more followers by usingPinterest ads please just comment below and I will be thankful to create anothervideo for you guys so again thank you very much I know that this video is... 

I don'tknow if I give you enough value please don't forget to subscribe hit thebell notification and I see you on the next video please guys comment belowwhat I failed because I'm kinda new on the space... I mean I'm kinda new likecreating Facebook... creating videos on YouTube, let's say, and Iwant you to teach me what I need to get better on the next videos guys so Iappreciate you thank you very much see you on the next article 

how to add google extensions

how to add google extensions


Hi, my name is Roshan.I'm a developer advocate on the Google Chrome team. And I'm attending to show you ways to create Google Chrome Extensions. We'll begin out with a summary of the extension building. Then, we'll practice some code associated places along an example step by step. But before we have a tendency to get to the technical stuff, let's observe what extensions ar. Google Chrome Extensions are largely little programs that add bits of practicality to google Chrome.



 They install instantly while not a browser restart. And, like Google Chrome, they update wordlessly once new versions are obtainable. We designed the extension system with net developers in mind. If you'll be able to produce web content, you recognize just about all you wish to grasp to form GoogleChrome extensions. In fact, extensions are enforced with nothing however normal net technologies -- markup language, CSS, JavaScript, and so on. An extension could be a compressed directory --  a signed nada, to be precise -- with a bunch of net files in it.

The one file each extension must have a manifest file. it is also the one file that must have a selected name, that is "manifest.json". because the name implies, the manifest file is JSON-formatted information -- specifically, information that describes the extension lists permissions and points to the extension's alternative elements. Those elements are what offer the extension of its practicality. the associate extension includes one or additional of the subsequent elements. Browser actions and page actions are the twoUI surfaces the extension system ships with ab ignition.

A browser action seems within the toolbar of each tab. A page action by selection seems within the Omnibox and may be toggled on or off for every tab. An extension will solely have one UI surface or the opposite. We'd wish to encourage extension developers to be as stripped-down in their style selections because the Google Chrome team is. Content scripts are impulsive CSS and JavaScriptthat ar injected into elect pages. they are kind of like user scripts and may be used as a UI various to browser and page actions. Background pages are long-running scripts that assist you to manage state and coordinate tasks across extension elements. As associate extension gets additionally complicated, it tends to want a background page. additionally to those elements that are specific to Google Chrome Extensions, you'll be able to bundle the other net files together with your extension -- pictures, JavaScript libraries, Flash movies, no matter it's your extension desires.



 The extension API is little and simple to be told. It presently defines concerning forty objects and40 ways. "chrome" is that the name of the top-ranking object mechanically exposed to any or all extensions. The API is split into six modules, that are described by objects contained within the "chrome" object." chrome.extension" has properties and ways that allow you to send messages to speak between extension elements and resolve the URLs of extension files." chrome. browser action" helps you to set the looks of browser actions and their badges, that ar mini text areas overlaid on browser actions. "chrome. pagination" helps you to change and disable page actions. "chrome. windows" helps you to open, close, lookup, and update browser windows. It needs "tabs" permission in your manifest file. that is not a typographical error -- windows and tabs are thus closely connected they share typical permission. "chrome. tabs" helps you to perform constant actions on tabs.


 It conjointly needs "tabs" permission. And "chrome. bookmarks" helps you to browse from and write to the user's marker tree and needs "bookmarks" permission. Now, let's do this stuff out by iteratively developing an associate extension. Our extension is going to be a Google Chrome Twitter client, that we'll decision Critter. First, we'll offer the extension a basic, “HelloWorld”-type UI. Of course, we want a manifest file. In it, we have a tendency to specify the extension's name, version variety, description, and icon. For the UI half, we're attending to choose a browser action as a result of, well, we wish our tweets handy {at all|in the least|the least bit|in the slightest degree|in associated respect} times! we have a tendency to populate the browser-action fields with an icon that may seem within the toolbar, a tooltip that may seem once the user mouse over the icon, and a


popup bubble which will seem once the user clicks on the icon. For now, the popup could be a trivial hypertext mark-up language file. when putting in our extension, we tend to get -- as publicized -- associate icon, a tooltip, and a popup. The popup asks: "Wouldn't it's nice to visualize some tweets here?"And I feel it might be nice, therefore let's add, therefore! We'll do so by attractive Twitter's public timeline with XMLHttpRequest.Back in our manifest file, we tend to fire permission to form cross-origin requests to twitter.com so we are able to access Twitter's API. we tend to fire "tabs" permission, as well, therefore we are able to open UI links in new tabs. And in our popup file, we tend to strengthen the HTMLby inserting a title and a guide to gift the attributes of every tweet -- a link to the user's profile, their image, and name, and also the tweet itself.


 We even have new JavaScript for retrieving and displaying the timeline. When the load event fires, we tend to run associate "init" perform to grab references to the various guide parts via XPath. That perform hands management over to a different performance to try to to the XHR work. "getTweets" problems a straightforward request for JSON feed, and successively, hands management over to the request perform "process tweets".The process performs deserializes the incoming JSON mistreatment V8's built-in JSON support associated stores the lead to an array.

Iterating through the array of tweets, the"update" perform assigns every guide attribute and appends the illegible tweet to the popup. Our extension encompasses a heap a lot of occurring currently, with a sophisticated UI and also the most up-to-date public tweets to indicate off. Our implementation is not ideal, though. As a final step, let's improve the extension's performance and practicality by refactoring your code. Namely, we should always flip our popup into a dumb view therefore it solely is aware of a way to update its show and offload the remainder of the work to a background page. We'll act and add a background page to our manifest.

 Then, we are able to strip the XHR code out of our popup. in situ of that code, we tend to give a contribution a relevance to the background page, that is coming by the "getBackgroundPage" technique. The popup does not collect tweets any longer, therefore we tend to use the background relevance tell through the obtainable tweets instead. we tend to move the XHR code to its new digs within the background page, however not while not a few upgrades. I mentioned we tend to might improve performance and practicality and here's wherever we'll. Since the background page is not tied to any DOM event, the page will fetch tweets on a continuous loop.

That way, we are able to batch tweets up and have them prepared before the user even invokes the popup.We specify a frequency for attractive -- ten seconds for demo functions -- and manage {the process|the technique} with the "setInterval" method. whereas we're at it, we are able to conjointly titivate them. we tend to currently have a variable variety of batched tweets, which could be an excellent candidate for the show with a browser-action badge.We vogue the badge with "setBadgeBackgroundColor" and pass within the variety of uninformed tweets with"setBadgeText". Our extension does not look a full heap totally different direction. however, if we tend to let it assume for touch, we tend to see a badge that dynamically updates the tweet count.

tags:- my chrome extensions

chrome extensions settings

chrome extensions android

google themes

remove chrome extensions

download extension

chrome website

add store

The popup ought to work identically, though we tend to probably have a great deal a lot of tweets to scroll through currently. While this version of brute makes for a pleasant toy, there square measure some options we'd wish to feature for it to be really helpful. On the highest of that list would be incorporating the user's friend timeline -- instead of the general public timeline -- which might need baking OAuth into the extension. Things will get a touch bushy there. Luckily, we've already done the work for you associated have an example of a brute with OAuth support. we tend to even have an additional example that handles custom motor vehicle change. To transfer that code, the code you simply saw, and more, go to code.google.com/chrome/extensions. Thanks for the look and rejoice building google Chrome Extensions!

how to use google drive

 friends on google drive app you can save your important files and other data for lifetime and with this you can also shere these files with your friends family and relatives friends this Article is made quite long so i breake this in two part so for full informition watch both parts of google drive Article so friends my Name is Roshan   lets learn somthing new friends

in this part you can learn about how to upload your files on google drive app and how to manage uploaded files if you want to know about general features and settings of google drive watch first part of google drive Article part 1st link is given in i botton and also in discription and friends if you dont subscribe our channel till now then subscribe the channel now and for new Article


 so friends now we learn how to upload  our important files and data on google drive here given this plus button click on this now here we have many options here in theseoptions using folder option you can upload any folder on google drive next we have  option of files using this we upload a specific files and third option is scan  which is used to upload a scaned files by camera with these if you use google docs, google sheet and google  slide ,


you can able to backup theose files directly on googe drive for now i show you upload process by upload a single file for this first of all you have to click on files option now to have your device storage here we have many option it means we are able to upload a varity  of documents in ogoogle drive it means we upload photo, video, mp3, mp4, pdf,ppt, and many more files on this app for now i have to opean file manager and after that  i can select any file from here frem here i select this file and press open form here after clock on ok the uploading process is started



 see this file here this file is small in size so it take a small amount of time but if files are large then it takes more time and it is also depend on speed of internet now i discribe you other options here we have this three dots icon when we touch on this we get many options here here i can only discribe those options which are important and usefull for you in previous Article i tell you about starred option here we have a option of "stared" in second number using this option you can easily add this file into starred list now we have third option of "make available offline"


after uploading any file on this app if you delete that file from your device after that you want that file for ofline use the you are able to make visible ofline this file by clicking on this option when you have internet in your device after that your file is available offline in your device for your use so first of all we click on offline option and then the file is added to offline for use that file open menu and then click on offline option here this file available for us without internet now the next option which is link shering off if you shared your file with anyone and now your work is over then


you can easily disable thi link by this option after that we have option of copy link using this option we are able to copy the link of this file and when we shere that link to anyone simpaly send the link and then link  reciever can able to access that particular file we have some options below which are very common so you can easily understand and use them friends if you have any quaries and questions about google drive app you are free to comment i try to answer very soon i hope you guys like the Article also shere this Article with your friends and family thanks for reading this article 

Whatsapp web How to use whatsapp wep

 What's up people? Hello I'm Roshan. Today I have brought a very simple,interesting and the trending topic which is How to use "WhatsApp web"? I know thatWhatsApp has great and a lot of beautiful features but this feature isone of the most amazing features right now and I have met a lot of people whowants to know How to use this feature? That's why I thought why not to make Artical on this topic. So, what is a "WhatsApp web"?


Now I will surely tell you.Most of the people wants to use WhatsApp onto their multiple devices such asMobiles, Tablets, iPads as well as onto their PC by using the same account,that's why this great thing launched by WhatsApp.

If you want to learn this coolfeature then watch the entire Artical and don't skip any second of the Artical because if you skip a second of the Artical then you will surely lose someimportant tip or information but if you have not subscribed my channel yet thenyou surely go for it. So, let's go!! To open WhatsApp onto your PC or Laptop you justhave to open your browser and you have to go on Google, just type google.com andwhen you reach to Google you have to type "WhatsApp web" , just like this, whenyou write this "WhatsApp web", hit enter and now you have to select the firstlink of "WhatsApp web" from "web.whatsapp.com ",just click on it.


Ok nowas you can see that a QR code appears in front of your screen. Now you have toscan this QR code from your mobile How will you do it? Now I will surely tellyou, just take out your mobile, open WhatsApp on it,now you have to tap on to three vertical dots at the top right corner just nextto your search bar, just tap on it, when you tap on it a menu will appear infront of you, now you have to select "WhatsApp web".

 When you select WhatsApp web, you will see a "Capture Screen" appears in front of your mobile. Now justplace your "Capture Screen" in front of your PC and now scan the code which youhave already opened on to your PC by going on WhatsApp web.


When you scan thiscode your WhatsApp will be opened on to your PC as well, that's it, if you findthis Artical helpful then you can hit like or you can also comment me up if youface any sort of problem. I will surely respond it as soon aspossible. Keep Liking, Keep Sharing, Keep Subscribing my channel, Thank You so muchfor your support and thanks for watching as well, Cheers!! 

What is Gst

Hello Guy's . this is often Roshan  for . during this Article i'll be telling you aboutGST.

GST suggests that merchandise and Services Tax. It suggests that we have a tendency to area unit paying the tax to the centraland state governments for obtaining the products and services. These each area unit referred to as as assessable suppy. Before reaching to understand additional regarding the GST,

letme tell you regarding the previous legal system. In our previous legal system, we've 2 sorts oftaxes. they're Direct and Indirect taxes. below Direct Taxes we've financial gain and Corporatetax and after we come back to Indirect taxes we've central and state taxes. currently let Maine tell you regarding the GST structure. Like from the previous legal system, we've thedirect taxes and it doesn’t have any impact on GST.


however the indirect taxes is replaced by GST. And below the GST we've Central GST andState GST or Integrated GST. In Central GST, we'll pay taxes to the centralgovernment and in state GST, we'll pay taxes to the authorities. Integrated GST suggests that,

once the products thatmanufactures in one state so moves to a different state then we've to pay the IntegratedGST. This IGST are going to be divided equally betweenthe 2 states. after we pay the IGST, then you don’t needto pay the State GST. currently let Maine tell you the way the VAT input taxcredit differs before GST and when GST. Suppose, the merchandise manufactures in one placeand move to a different place inside constant state, then the VAT input decrease applies. once constant product moves from this stateto another state then the distributor ought to pay the central tax, wherever no VAT is appliedhere and final product worth will increase.


In GST structure, there are not any individualtaxes therefore, the distributer can get Input decrease at any stage. for instance, the merchandise manufactures in oneplace and move to a different place inside constant state, then the manufacturer have topay the GST.

And once constant product moves from thisstate to a different state then the distributor ought to pay the distinction. wherever the ultimate worth of the merchandise decreaseswhen compared with previous legal system. currently allow us to see the foremost distinction betweenthe previous legal system and therefore the new GST system. And for straightforward maths, I’m taking the flat taxrate as 100 percent. Let’s United States take into account the previous tax systemFirstly, the manufacture get the products for a hundred rupees.


It includes 100 percent tax that is approximately10 rupees. currently he adds his profit of ten rupees and sellsthe final product to distributor for a hundred and ten rupees. Distributor adds his profit of twenty rupees andthe value of the products is currently a hundred thirty rupees. because the distributor ought to pay the ten taxwhich is thirteen rupees and therefore the value of the merchandise is currently 143 rupees and he sells it to the wholeseller. Wholeseller additionally adds his profit of twenty rupeesand the value of the merchandise is currently 163 rupees.


because the Wholeseller ought to pay the tax of10% that is sixteen.3 rupees and therefore the value of the products is currently 179.3 rupees. Likewise, the retail merchant gets the merchandise fromthe Wholeseller for 179.3 rupees and adds his profit of twenty rupees and he pays the 10%tax on the merchandise value. currently the ultimate worth of the merchandise becomes219.23 rupees. currently take a glance at the GST systemFirstly, the manufacture get the products for a hundred rupees. It includes 100 percent tax that is approximately10 rupees. currently he adds his profit of ten rupees and sellsthe final product to distributor for a hundred and ten rupees.


Distributor adds his profit of twenty rupees andthe value of the products is currently a hundred thirty rupees. In GST system, we have a tendency to don’t ought to pay thetax to the tax. So, the manufacturer already paid the taxof ten rupees and it ought to be ablated from the distributor tax of 100 percent that is thirteen rupees. currently the tax that ought to be paid by the distributoris three rupees and therefore the value of the merchandise remains a hundred thirty rupees and he sells it to the wholeseller.


Wholeseller additionally adds his profit of twenty rupeesand the value of the merchandise is currently one hundred fifty rupees. because the distributor already paid the tax of13 rupees and it ought to be ablated from the wholeseller tax of 100 percent that is fifteen rupees. currently the tax that ought to be paid by the distributoris two rupees and therefore the value of the products is currently 163 rupees. Likewise, the retail merchant gets the merchandise fromthe Wholeseller for one hundred fifty rupees and adds his profit of twenty rupees and therefore the value before theGST is one hundred seventy rupees. because the wholeseller already paid the tax of15 rupees and it ought to be ablated from the retail merchant 100 percent tax that is seventeen rupees.


currently the tax that ought to be paid by the distributoris two rupees and therefore the final worth of the merchandise becomes one hundred seventy rupees. currently let Maine tell you regarding GST Slabs. Like revenue enhancement, we have a tendency to too have the slabs inGST. it absolutely was divided into five classes. In 1/3 we've unpacked food grains5 the commonly used things like, oils, packed grains etc12 you must eighteen you ordinary things like, medicines, computers, fertilizers, services etc28 the luxury things like cars, cosmotics etc That’s it regarding the GST.


If you discover this Article helpful, hit the likebutton and take into account sharing this Article together with your friends. If you have got any queries do let Maine understand viathe comment section. Also, don’t forget to purchase thischannel for additional impressive Article. Your contribution is additional to United States. this is often Roshan  language off. Hope to check you in my next Article. Thank you.

how to create account on irctc

 Hello Friends . This is Roshan. Here in this Article  I will be showing you thetutorial on how to register for an IRCTC account.

The process is pretty much simple and allyou need to follow few guidelines that I will be showing you in this Article. And hit the like button and subscribe to thischannel if you signed up for an IRCTC account with the help of this Article.

So without any further ado, let’s get started. First of all, make sure that you are on theofficial website of IRCTC which is irctc.co.in where you will be creating a free IRCTC newaccount to book the train tickets online. Once you get the homepage, find the signupbutton which is exactly here.


This may change to somewhere else in thispage when they redesign the website. For now it is here. Choose the signup button and you will getthe same individual registration form. Here you need to provide the real detailslike your name, email, pan card number that should match to your name and the phone number. If you give any false information, your profilemay lead to deactivation. Now let’s fill out the first section ofchoosing user ID and password including security questions.


The User ID must be between 3 to 35 character. Only letter, number and underscore are allowed. Once you enter the desired user ID, clickon ‘Check availability’ to know whether the name is available for registration ornot. When the name is available, go to the nextfield which is password.

 The password must follow these conditions. Min 8 characters & Max 15 characters. Password must contain at least one small & onecapital alphabet and numeric digit. So let me enter mine and confirm the samepassword in the below column.



The next is the security question. This will be helpful if you would like toretrieve information like userid or password when you forget them. So pick the best that you remember well. The next is the language selection. For now we have English and Hindi and I willchoosing ‘English’. Now we have to provide the personal details. Let me quickly fill this form. Aadhar and PAN card details are optional atthe registration time. But to use the IRCTC eWallet, you need toprovide the PAN card number and the name on the PAN card should match with the accountname.


Next choose the country, provide the workingemail address here because you will get the verification email and finally enter the unregisteredmobile number meaning the given phone number should not be used for IRCTC registrationbefore. And yes, you will get the confirmation codeto this mobile number only. At last, complete this section by choosingthe nationality. Now the final one, residential address. Try to be accurate as possible. Let me fill mine here. Once you fill everything, enter the captchacode and click on ‘Submit Registration Form’. Agree the terms and choose Ok when the messagepops up. Congratulations. You successfully registered from an IRCTCAccount.


But, wait a minute, it is mandatory to verifyyour account before booking the train tickets. Let’s do this now. Click on this activate account link and loginwith the userid and password we just created. Once you get in, you will get this email andmobile verification screen. You can even edit the email and phone numberright here if necessary. So now, choose Verify Mobile No with OTP andenter the code that was sent to your mobile number and click on ‘Submit the OTP code’ The same with email. Click on Verify Email with OTP and enter theone time password then choose ‘Submit the OTP code’ Once you complete the steps, you have nowfully activated IRCTC Account.


You just need to login with the userid andpassword and start booking your train tickets right from the home. That’s it. I hope you find this Article useful. If you do, please hit the like button andconsider sharing this Article with your friends. Also, don’t forget to follow  to this website  for more awesome Article like these.

Your contribution is more to us. This is Roshan  off. Hope to see you in my next Article. Thank you.