Share to WhatsApp

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

Cos'è Share to WhatsApp?

Share to WhatsApp è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows you to share the current page you are viewing with your WhatsApp contacts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Share to WhatsApp

Scarica i file di estensione Share to WhatsApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Share to WhatsApp Share to WhatsApp
ID nbcbmhabgcajfdcfdkmoibecllfpijcj
URL Ufficiale https://chromewebstore.google.com/detail/share-to-whatsapp/nbcbmhabgcajfdcfdkmoibecllfpijcj
Descrizione This extension allows you to share the current page you are viewing with your WhatsApp contacts.
Dimensione del File 17.15 KB
Conteggio Installazioni 6,362
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-13
Data di Pubblicazione 2019-01-13
Valutazione 3.50/5 Totale 16 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}