WhatsApp Direct Message

Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.

Qu'est-ce que WhatsApp Direct Message ?

WhatsApp Direct Message est une extension Chrome développée par Giuliano Marinelli, et sa fonction principale est "Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Direct Message

Téléchargez les fichiers d'extension WhatsApp Direct Message 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

                        Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact. 

Or enter the phone number in the menu and start a chat directly from there.

Also it saves the history of previous chats.                    

Informations de Base sur l'Extension

Nom WhatsApp Direct Message WhatsApp Direct Message
ID lknbeceekbijipeppbpdnphjkceppljb
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-direct-message/lknbeceekbijipeppbpdnphjkceppljb
Description Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.
Taille du Fichier 152 KB
Nombre d'Installations 22
Version Actuelle 1.01
Dernière Mise à Jour 2023-05-21
Date de Publication 2023-05-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Giuliano Marinelli
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Direct Message",
    "description": "Select a phone number from a page, press right click and start a chat on WhatsApp\u2122 without saving a new contact.",
    "version": "1.01",
    "manifest_version": 3,
    "action": {
        "default_popup": "options.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}