Walution
This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Walution क्या है?
Walution Quicklution द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Walution एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Walution is an extensions which is required to integrate with Quicklution's API to send messages, images, videos and other files through WhatsApp. It can also be integrated to send texts and documents through Quicklution's Google Sheet add-on: https://workspace.google.com/marketplace/app/walution_send_personalized_whatsapp_mess/994589936585 ✔️ No sign-up required. ✔️ Free and fast customer service. ✔️ Free from advertising or branding. WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Walution is an independent project and has no relationship to WhatsApp Inc.
एक्सटेंशन की मूल जानकारी
नाम | Walution |
ID | gnkoofidpbkdoejdloidmbdefjpgpjdi |
आधिकारिक URL | https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi |
विवरण | This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on |
फ़ाइल का आकार | 42.15 KB |
स्थापना संख्या | 2,245 |
वर्तमान संस्करण | 1.6.2 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2022-12-20 |
रेटिंग | 4.98/5 कुल 335 रेटिंग्स |
डेवलपर | Quicklution |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://whatsapp-sender.quicklution.com/ |
सहायता पृष्ठ URL | https://whatsapp-sender.quicklution.com/contact-us |
गोपनीयता नीति पृष्ठ URL | https://www.quicklution.com/g-track |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walution", "description": "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on", "version": "1.6.2", "manifest_version": 3, "background": { "service_worker": "app\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "app\/contentScript.js" ] } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "web_accessible_resources": [ { "resources": [ "app\/pwmClient.js" ], "matches": [ " |