WhatsApp easy send

Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url

WhatsApp easy sendとは何ですか?

WhatsApp easy sendはtal.barda88によって開発されたChromeの拡張機能で、その主な機能は「Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url」です。

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

screenshot
screenshot
screenshot

WhatsApp easy send拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easy send WhatsApp message to a number that isn't saved on your contacts list by entering number and text. If there's a 'URL' place holder in the text, will replace it with the current tab url.
Known issues:
1. It's developed for the personal purposes of looking an apartment in Israel - so the message placeholder is for sending a message in Hebrew "Hey, I would be happy to get some details for the apartment.."
2. It doesn't store the latest trial so every time you click on it, you will re-enter the details                    

拡張機能の基本情報

名前 WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
公式URL https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
説明 Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url
ファイルサイズ 14.7 MB
インストール数 69
現在のバージョン 0.0.0.1
最終更新日 2021-07-13
公開日 2021-07-13
評価 5.00/5 合計 1 レビュー
開発者 tal.barda88
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.facebook.com/groups/supertool/permalink/717341105668298/
対応言語
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp easy send",
    "version": "0.0.0.1",
    "description": "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url",
    "manifest_version": 2,
    "icons": {
        "16": "WhatsApp.png",
        "48": "WhatsApp.png",
        "128": "WhatsApp.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "A popup will come"
    }
}