- Clone the repository:
git clone https://github.com/jayeshkaithwas/WhatsApp-Web-Extention.git
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by clicking the toggle switch in the top right corner.
- Click "Load unpacked" and select the cloned repository folder.
background.js: Handles background processes and events for the extension.
content.js: Manages the interaction between the extension and the web page content.
popup.js: Handles the logic for the extension's popup UI.
inject.js: Implements the logic and functions from the WhatsApp API library, injecting them into the WhatsApp Web page.
- data.js: Contains constant or static data used by
content.jsandpopup.js. This data is also updated by the config data API. - helper.js: Contains common functions used by
content.jsandpopup.js. - ga-code.js: Tracks user activity on Google Analytics.
- popup-handler.js Contains all the popups displayed in content.
- xlsx.full.min.js: A library for reading and writing spreadsheet files.
- intlTelInput.min.js: A library for handling international telephone inputs.
- intlTelInput.utils.js: Utility functions for the international telephone input library.
- jquery.js: A fast, small, and feature-rich JavaScript library.
- libphonenumber.min.js: Google's library for parsing, formatting, and validating international phone numbers.
Note: The libraries in this folder should be updated to their latest versions when available.
- Contains Javascripts for impact-hero SDK.