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

Was ist WhatsApp easy send?

WhatsApp easy send ist eine Chrome-Erweiterung, die von tal.barda88 entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WhatsApp easy send-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsApp easy send-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
Beschreibung 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
Dateigröße 14.7 MB
Installationsanzahl 69
Aktuelle Version 0.0.0.1
Letztes Update 2021-07-13
Veröffentlichungsdatum 2021-07-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler tal.barda88
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.facebook.com/groups/supertool/permalink/717341105668298/
Unterstützte Sprachen
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"
    }
}