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 |
Eメール | [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" } |