Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
Wat is Open in Whatsapp (unofficial)?
Open in Whatsapp (unofficial) is een Chrome-extensie ontwikkeld door nadav.goldstein96, en de belangrijkste functie is "An extension which allows you to paste a phone number and open it in Whatsapp web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Whatsapp (unofficial)
Download Open in Whatsapp (unofficial)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
Officiële URL | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
Beschrijving | An extension which allows you to paste a phone number and open it in Whatsapp web. |
Bestandsgrootte | 136 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-03-25 |
Publicatiedatum | 2021-03-25 |
Ontwikkelaar | nadav.goldstein96 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |