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

Cos'è WhatsApp easy send?

WhatsApp easy send è un'estensione di Chrome sviluppata da tal.barda88, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WhatsApp easy send

Scarica i file di estensione WhatsApp easy send in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
Descrizione 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
Dimensione del File 14.7 MB
Conteggio Installazioni 69
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2021-07-13
Data di Pubblicazione 2021-07-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tal.barda88
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.facebook.com/groups/supertool/permalink/717341105668298/
Lingue Supportate
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"
    }
}