Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Τι είναι το Easy Sender for WhatsApp™;

Το Easy Sender for WhatsApp™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gabriel Esteves Messas, και η κύρια λειτουργία του είναι "Send WhatsApp™ messages without having to add the contact, just select the number".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy Sender for WhatsApp™

Λήψη αρχείων επέκτασης Easy Sender for WhatsApp™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Επίσημο URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Περιγραφή Send WhatsApp™ messages without having to add the contact, just select the number
Μέγεθος Αρχείου 26.11 KB
Αριθμός Εγκαταστάσεων 5,343
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-10-24
Ημερομηνία Δημοσίευσης 2020-05-28
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Gabriel Esteves Messas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Διεύθυνση URL της Σελίδας Βοήθειας https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}