Share to WhatsApp

This extension allows you to share the current page you are viewing with your WhatsApp contacts.

Τι είναι το Share to WhatsApp;

Το Share to WhatsApp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension allows you to share the current page you are viewing with your WhatsApp contacts.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Share to WhatsApp

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

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

                        If you want to quickly share the link to the page you are viewing in chrome, click on this extension and it will use WhatsApp's Web app to share with your contacts. This extension requires you to pair your chrome browser with WhatsApps Web App. This extension does not ask, store, or use any information. It activates WhatsApp's Web App.                    

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

Όνομα Share to WhatsApp Share to WhatsApp
ID nbcbmhabgcajfdcfdkmoibecllfpijcj
Επίσημο URL https://chromewebstore.google.com/detail/share-to-whatsapp/nbcbmhabgcajfdcfdkmoibecllfpijcj
Περιγραφή This extension allows you to share the current page you are viewing with your WhatsApp contacts.
Μέγεθος Αρχείου 17.15 KB
Αριθμός Εγκαταστάσεων 6,362
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-01-13
Ημερομηνία Δημοσίευσης 2019-01-13
Αξιολόγηση 3.50/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share to WhatsApp",
    "version": "1.0",
    "description": "This extension allows you to share the current page you are viewing with your WhatsApp contacts.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/gs_16.png",
            "32": "images\/gs_32.png",
            "48": "images\/gs_48.png",
            "128": "images\/gs_128.png",
            "256": "images\/gs_256.png"
        },
        "default_title": "Share to WhatsApp",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "16": "images\/gs_16.png",
        "32": "images\/gs_32.png",
        "48": "images\/gs_48.png",
        "128": "images\/gs_128.png",
        "256": "images\/gs_256.png"
    },
    "manifest_version": 2
}