How to use third party jQuery plugin in Chrome extension? I want to use jquery-confirm or alertify in background.js or content.js file? How can I do that?
            Asked
            
        
        
            Active
            
        
            Viewed 552 times
        
    0
            
            
        - 
                    Try to refer in [this SO post](https://stackoverflow.com/questions/47792273/using-third-party-libraries). You will also be interested to follow the answers in the github post ["How add jQuery or third parties library?"](https://github.com/HaNdTriX/generator-chrome-extension-kickstart/issues/15). – MαπμQμαπkγVπ.0 Feb 18 '18 at 12:11
- 
                    Thanks for your help – Murad Zulfugarov Feb 18 '18 at 14:49
