Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
什么是Open in Whatsapp (unofficial)?
Open in Whatsapp (unofficial)是由nadav.goldstein96开发的Chrome扩展程序,该扩展的主要功能是“An extension which allows you to paste a phone number and open it in Whatsapp web.”。
扩展截图
下载Open in Whatsapp (unofficial)扩展crx文件
下载Open in Whatsapp (unofficial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
官方URL | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
简介 | An extension which allows you to paste a phone number and open it in Whatsapp web. |
文件大小 | 136 KB |
安装次数 | 144 |
当前版本 | 1.2 |
更新时间 | 2021-03-25 |
上架时间 | 2021-03-25 |
开发者 | nadav.goldstein96 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |