Send WhatsApp Messages To Unsaved Contacts

Modernize your WhatsApp and never miss a message again.

Τι είναι το Send WhatsApp Messages To Unsaved Contacts;

Το Send WhatsApp Messages To Unsaved Contacts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον winsmanelia38, και η κύρια λειτουργία του είναι "Modernize your WhatsApp and never miss a message again.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Send WhatsApp Messages To Unsaved Contacts

Λήψη αρχείων επέκτασης Send WhatsApp Messages To Unsaved Contacts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Find the chat thread you want faster, and never miss a message again by modernizing your WA
Organize your WA Web into tabs according to your needs. No more endless scrolling just to find that specific chat thread with custom tabs, efficiently clear your unread messages with system tabs, and boost inbox productivity with must-have tools like Templates, Schedule Events, Reminders, Share Conversations, and Notes feature.
————————————————————————————————————————
FEATURES
————————————————————————————————————————

1. Start new chat - send messages to unsaved WA numbers 
2. Pre-built tabs that auto-update according to your message’s status such as Unread, Awaiting Reply, Group, etc.
3. Custom tabs that group your chat customized
4. Templates - send message with prepared format you provided
5. Reminders - set follow-up reminders
6. Schedule Events - configure your Google Calendar to schedule events right within WA
7. Share Conversations - share WA conversations to whomever you wish in just a few clicks
8. Notes - jot down important information on the built-in notepad in every chat                    

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

Όνομα Send WhatsApp Messages To Unsaved Contacts Send WhatsApp Messages To Unsaved Contacts
ID gaijkfhdgpjiekjhacakgeaaejolknhe
Επίσημο URL https://chrome.google.com/webstore/detail/send-whatsapp-messages-to/gaijkfhdgpjiekjhacakgeaaejolknhe
Περιγραφή Modernize your WhatsApp and never miss a message again.
Μέγεθος Αρχείου 4.19 MB
Αριθμός Εγκαταστάσεων 138
Τρέχουσα Έκδοση 1.4.34
Τελευταία Ενημέρωση 2022-12-24
Ημερομηνία Δημοσίευσης 2022-10-03
Προγραμματιστής winsmanelia38
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://waplus.io/waplus-private-policy
Υποστηριζόμενες Γλώσσες id,de,en,fil,fr,vi,tr,es,it,pt-BR,pt-PT,ru,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.34",
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/waplus-crm-crm-tool-for-w\/jmjcgjmipjiklbnfbdclkdikplgajhgc",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "oauth2": {
        "client_id": "515287609542-bduhga17cas9tjm79s1cc2untnbmh58f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/*.waplus.io\/*"
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "core-injection.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/logo_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "icons\/*",
                "images\/*",
                "install-popup.html",
                "websocket\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.waplus.io\/*"
        ]
    }
}