Whatsapp Send

This extension allows to open a Whatsapp chat with any number

Whatsapp Sendとは何ですか?

Whatsapp Sendはorieleldarによって開発されたChromeの拡張機能で、その主な機能は「This extension allows to open a Whatsapp chat with any number」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Whatsapp Send拡張機能のCRXファイルをダウンロード

Whatsapp Send拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

拡張機能の基本情報

名前 Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
公式URL https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
説明 This extension allows to open a Whatsapp chat with any number
ファイルサイズ 917 KB
インストール数 1,000
現在のバージョン 1.4.0
最終更新日 2021-11-26
公開日 2020-07-02
評価 5.00/5 合計 8 レビュー
開発者 orieleldar
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}