Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
What is Open in Whatsapp (unofficial)?
Open in Whatsapp (unofficial) is a Chrome extension developed by nadav.goldstein96, and its main feature is "An extension which allows you to paste a phone number and open it in Whatsapp web.".
Extension Screenshots
Download Open in Whatsapp (unofficial) Extension CRX File
Download Open in Whatsapp (unofficial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
We all know the pain of opening chat of unregistered number in whatsapp, either on the phone were you have to add the number to your contacts, or on the web where you have to use a special link. This extension aims to solve the latter, by allowing you in browser to submit the phone number and open it automatically in whatsapp web.
Extension Basic Information
Name | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
Official URL | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
Description | An extension which allows you to paste a phone number and open it in Whatsapp web. |
File Size | 136 KB |
Installation Count | 144 |
Current Version | 1.2 |
Last Updated | 2021-03-25 |
Publish Date | 2021-03-25 |
Developer | nadav.goldstein96 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/chrome-icon.png", "default_popup": "src\/main.html", "default_title": "Open in Whatsapp (unofficial)" }, "description": "An extension which allows you to paste a phone number and open it in Whatsapp web.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Open in Whatsapp (unofficial)", "permissions": [ "https:\/\/wa.me\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |