Ultimate WhatsSender
Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.
Qu'est-ce que Ultimate WhatsSender ?
Ultimate WhatsSender est une extension Chrome développée par https://kolors4u.com, et sa fonction principale est "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ultimate WhatsSender
Téléchargez les fichiers d'extension Ultimate WhatsSender 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
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.
Informations de Base sur l'Extension
Nom | Ultimate WhatsSender |
ID | oelfjickfdbefinaaiihmllllpcojkfa |
URL Officiel | https://chromewebstore.google.com/detail/ultimate-whatssender/oelfjickfdbefinaaiihmllllpcojkfa |
Description | Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension. |
Taille du Fichier | 887 KB |
Nombre d'Installations | 1,892 |
Version Actuelle | 2020.08.01.1 |
Dernière Mise à Jour | 2020-08-21 |
Date de Publication | 2020-08-17 |
Évaluation | 4.70/5 Total 10 Évaluations |
Développeur | https://kolors4u.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kolors4u.com/ |
URL de la Page d'Aide | https://conveys.in/ |
URL de la Page de Politique de Confidentialité | https://conveys.in/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |