Whatsapp Send

This extension allows to open a Whatsapp chat with any number

Qu'est-ce que Whatsapp Send ?

Whatsapp Send est une extension Chrome développée par orieleldar, et sa fonction principale est "This extension allows to open a Whatsapp chat with any number".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Whatsapp Send

Téléchargez les fichiers d'extension Whatsapp Send 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

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

Informations de Base sur l'Extension

Nom Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Description This extension allows to open a Whatsapp chat with any number
Taille du Fichier 917 KB
Nombre d'Installations 1,000
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-11-26
Date de Publication 2020-07-02
Évaluation 5.00/5 Total 8 Évaluations
Développeur orieleldar
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}