Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

Vad är Easy WhatsApp?

Easy WhatsApp är en Chrome-tillägg utvecklad av Niv Kaufman, och dess huvudfunktion är "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Easy WhatsApp-förlängningens CRX-fil

Ladda ner Easy WhatsApp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.                    

Grundläggande Information om Tillägg

Namn Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
Officiell webbadress https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Beskrivning Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Filstorlek 101 KB
Antal Installationer 47
Aktuell Version 1.0
Senast Uppdaterad 2021-02-20
Publiceringsdatum 2021-02-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Niv Kaufman
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy WhatsApp",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Easy WhatsApp"
    },
    "icons": {
        "16": "whatsapp.png",
        "48": "whatsapp.png",
        "128": "whatsapp.png"
    }
}