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
Qu'est-ce que WhatsApp easy send ?
WhatsApp easy send est une extension Chrome développée par tal.barda88, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhatsApp easy send
Téléchargez les fichiers d'extension WhatsApp easy send au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | dfpggoalmiggfgehidjjldkonifpijed |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed |
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 |
Taille du Fichier | 14.7 MB |
Nombre d'Installations | 69 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2021-07-13 |
Date de Publication | 2021-07-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tal.barda88 |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.facebook.com/groups/supertool/permalink/717341105668298/ |
Langues Prises en Charge | |
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" } } |