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

Wat is WhatsApp easy send?

WhatsApp easy send is een Chrome-extensie ontwikkeld door tal.barda88, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WhatsApp easy send

Download WhatsApp easy send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
Beschrijving 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
Bestandsgrootte 14.7 MB
Aantal Installaties 69
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2021-07-13
Publicatiedatum 2021-07-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tal.barda88
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.facebook.com/groups/supertool/permalink/717341105668298/
Ondersteunde Talen
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"
    }
}