Three Labs Sender tool
three labs: send messages, attachments, personalized messages, smart autoresponders and more.
Three Labs Sender tool क्या है?
Three Labs Sender tool https://metjetsac.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "three labs: send messages, attachments, personalized messages, smart autoresponders and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Three Labs Sender tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add enhancements to your WhatsApp Web and increase productivity using Web Sender. Web Sender is the best google chrome extension to enhance your experience on WhatsApp Web. It is the currently the highest rated and the best web sender on the chrome webstore. Download now!
एक्सटेंशन की मूल जानकारी
नाम | Three Labs Sender tool |
ID | lckiiddcfckdpkigjecibamllmdnempd |
आधिकारिक URL | https://chromewebstore.google.com/detail/three-labs-sender-tool/lckiiddcfckdpkigjecibamllmdnempd |
विवरण | three labs: send messages, attachments, personalized messages, smart autoresponders and more. |
फ़ाइल का आकार | 3.28 MB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2023-04-20 |
डेवलपर | https://metjetsac.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://metjetsac.com/ |
गोपनीयता नीति पृष्ठ URL | https://metjetsac.com/Privacy |
समर्थित भाषाएँ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Three Labs Sender tool", "version": "1.0.8", "description": "three labs: send messages, attachments, personalized messages, smart autoresponders and more.", "icons": { "16": "img\/main-icon.png", "22": "img\/main-icon.png", "32": "img\/main-icon.png", "48": "img\/main-icon.png", "128": "img\/main-icon.png" }, "author": "metjetsac.com", "host_permissions": [ "https:\/\/metjetsac.com\/" ], "short_name": "Three Labs Sender tool", "permissions": [ "storage" ], "homepage_url": "https:\/\/metjetsac.com\/", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "metjetcontent.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "css\/metjetlib.css", "\/img\/*", "flmin.js", "jquery.js" ] } ], "background": { "service_worker": "metjetbackground.js" }, "action": { "default_title": "Three Labs Sender tool", "default_popup": "metjetpopup.html" } } |