WhatsApp Direct Message

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

Apa itu WhatsApp Direct Message?

WhatsApp Direct Message adalah ekstensi Chrome yang dikembangkan oleh Giuliano Marinelli, dan fitur utamanya adalah "Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WhatsApp Direct Message

Unduh file ekstensi WhatsApp Direct Message dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WhatsApp Direct Message WhatsApp Direct Message
ID lknbeceekbijipeppbpdnphjkceppljb
URL Resmi https://chrome.google.com/webstore/detail/whatsapp-direct-message/lknbeceekbijipeppbpdnphjkceppljb
Deskripsi Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.
Ukuran File 152 KB
Jumlah Instalasi 22
Versi Saat Ini 1.01
Terakhir Diperbarui 2023-05-21
Tanggal Publikasi 2023-05-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Giuliano Marinelli
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}