Whatsapp Send

This extension allows to open a Whatsapp chat with any number

Wat is Whatsapp Send?

Whatsapp Send is een Chrome-extensie ontwikkeld door orieleldar, en de belangrijkste functie is "This extension allows to open a Whatsapp chat with any number".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Whatsapp Send

Download Whatsapp Send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        · 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.                    

Basisinformatie over de Extensie

Naam Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Beschrijving This extension allows to open a Whatsapp chat with any number
Bestandsgrootte 917 KB
Aantal Installaties 1,000
Huidige Versie 1.4.0
Laatst Bijgewerkt 2021-11-26
Publicatiedatum 2020-07-02
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar orieleldar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}