Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
Co je Open in Whatsapp (unofficial)?
Open in Whatsapp (unofficial) je rozšíření Chrome vyvinuté nadav.goldstein96, a jeho hlavní funkcí je „An extension which allows you to paste a phone number and open it in Whatsapp web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open in Whatsapp (unofficial)
Stáhněte si soubory rozšíření Open in Whatsapp (unofficial) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
Oficiální URL | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
Popis | An extension which allows you to paste a phone number and open it in Whatsapp web. |
Velikost souboru | 136 KB |
Počet instalací | 144 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2021-03-25 |
Datum Vydání | 2021-03-25 |
Vývojář | nadav.goldstein96 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |