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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhatsApp easy send एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}