Ultimate WhatsSender
Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
Ultimate WhatsSender क्या है?
Ultimate WhatsSender https://kolors4u.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ultimate WhatsSender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send Bulk WhatsApp Messages to Any Contacts . WhatsApp Accessibility and Automation Tool. Key Features - Import numbers from CSV - Enter numbers In text box - Send Messages to selected numbers. - Send Attachment with caption. - Support {name} variable, so you can use dynamic values. Such as customer name - Check Status of sent messages. - Name customization in Message - Send image, video, audio, file attachments Disclaimer: This Chrome plugin is not endorsed or certified WhatsApp Inc. This is an unofficial enhancement tool for WhatsApp Web.
एक्सटेंशन की मूल जानकारी
नाम | Ultimate WhatsSender |
ID | oelfjickfdbefinaaiihmllllpcojkfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa |
विवरण | Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension. |
फ़ाइल का आकार | 887 KB |
स्थापना संख्या | 1,892 |
वर्तमान संस्करण | 2020.08.01.1 |
अंतिम अपडेट | 2020-08-21 |
प्रकाशन तिथि | 2020-08-17 |
रेटिंग | 4.70/5 कुल 10 रेटिंग्स |
डेवलपर | https://kolors4u.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://kolors4u.com/ |
सहायता पृष्ठ URL | https://conveys.in/ |
गोपनीयता नीति पृष्ठ URL | https://conveys.in/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Devendra Sharma", "name": "Ultimate WhatsSender", "short_name": "Ultimate WhatsSender", "version": "2020.08.01.1", "description": "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.", "icons": { "128": "\/assets\/icons\/icon128.png", "16": "\/assets\/icons\/icon16.png", "48": "\/assets\/icons\/icon48.png" }, "browser_action": { "default_icon": "\/assets\/icons\/icon16.png" }, "background": { "persistent": false, "scripts": [ "\/src\/main\/background\/background.js" ] }, "content_scripts": [ { "js": [ "\/src\/lib\/jquery.js", "\/src\/lib\/inside.js", "\/assets\/script\/bootstrap.min.js", "\/assets\/script\/material.min.js", "\/src\/lib\/popup.js" ], "css": [ "\/assets\/style\/material.min.css", "\/assets\/style\/font-awesome\/css\/font-awesome.css", "\/assets\/style\/fonts\/roboto.font.css", "\/assets\/style\/bootstrap.min.css", "\/assets\/style\/popup.css" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "permissions": [ "*:\/\/*.whatsapp.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "src\/*", "assets\/*" ] } |