Open in Whatsapp (unofficial)
An extension which allows you to paste a phone number and open it in Whatsapp web.
Open in Whatsapp (unofficial) là gì?
Open in Whatsapp (unofficial) là một tiện ích mở rộng Chrome được phát triển bởi nadav.goldstein96, và tính năng chính của nó là "An extension which allows you to paste a phone number and open it in Whatsapp web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open in Whatsapp (unofficial)
Tải xuống các tệp mở rộng Open in Whatsapp (unofficial) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dhahfnfifhlgcecgkgdklkkbmeibmogg |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg |
Mô tả | An extension which allows you to paste a phone number and open it in Whatsapp web. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-03-25 |
Ngày Phát Hành | 2021-03-25 |
Nhà Phát Triển | nadav.goldstein96 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |