Whatsapp Send

This extension allows to open a Whatsapp chat with any number

Co to jest Whatsapp Send?

Whatsapp Send to rozszerzenie Chrome opracowane przez orieleldar, a jego główną funkcją jest „This extension allows to open a Whatsapp chat with any number”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Whatsapp Send

Pobierz pliki rozszerzeń Whatsapp Send w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
Oficjalny URL https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Opis This extension allows to open a Whatsapp chat with any number
Rozmiar pliku 917 KB
Liczba instalacji 1,000
Aktualna Wersja 1.4.0
Ostatnia Aktualizacja 2021-11-26
Data Publikacji 2020-07-02
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper orieleldar
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}