blocker overlay changes | Arpit (#118)

This commit is contained in:
Arpit Agarwal
2023-01-18 19:14:03 +05:30
committed by GitHub Enterprise
parent 7edc8c0c58
commit 5c47af3dfd

View File

@@ -20,55 +20,16 @@ const AppBlockerOverlay = (params: AppBlockerOverlayParams) => {
</Typography>
</header>
<div className={styles.content}>
<Typography variant={'p2'}>Steps to install chrome extension:</Typography>
<ul>
<li>
<Typography variant={'p3'}>
Download the zip file from this link,{' '}
<a
href="https://drive.google.com/file/d/17Ec80DQLJnjY3iHFTg1nVy_x2e5YKfhh/view?usp=sharing"
target="_blank"
rel="noopener noreferrer"
>
Download
</a>
</Typography>
</li>
<li>
<Typography variant={'p3'}>
Decompress it and you will find <b>web-whatsapp-plugin.crx</b>.
</Typography>
</li>
<li>
<Typography variant={'p3'}>
Open the url, <code>chrome://extensions</code> in your browser and drag your{' '}
<b>web-whatsapp-plugin.crx</b> there.
</Typography>
</li>
<li>
<Typography variant={'p3'}>
<b>Hurrayyy!!!</b> Your extension got installed. Please refresh your page and
you will be allowed to go ahead.{' '}
</Typography>
</li>
<li>
<Typography variant={'p3'}>
Still confused 🤔 You can watch this{' '}
<a
href="https://drive.google.com/file/d/1mgwbF38x9KsxLSdUMfKwzYkmX2fkWapZ/view?usp=sharing"
target="_blank"
rel="noopener noreferrer"
>
video
</a>{' '}
.
</Typography>
</li>
</ul>
<Typography variant={'p4'}>
<b>Note:</b> This extension will work on linux and its based system, like Chrome OS,
Ubuntu and so forth. For other systems like Windows and Mac, please contact
administrator.{' '}
<Typography variant={'h3'}>
Please use this{' '}
<a
href="https://chrome.google.com/webstore/detail/web-whatsapp-plugin/pakmgmfjimfoncmcijpgkopindjokphj"
target="_blank"
rel="noopener noreferrer"
>
Link
</a>{' '}
to install the plugin
</Typography>
</div>
</div>