Share to WhatsApp

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

Vad är Share to WhatsApp?

Share to WhatsApp är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension allows you to share the current page you are viewing with your WhatsApp contacts.".

Tilläggsskärmbilder

screenshot

Ladda ner Share to WhatsApp-förlängningens CRX-fil

Ladda ner Share to 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

                        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.                    

Grundläggande Information om Tillägg

Namn Share to WhatsApp Share to WhatsApp
ID nbcbmhabgcajfdcfdkmoibecllfpijcj
Officiell webbadress https://chromewebstore.google.com/detail/share-to-whatsapp/nbcbmhabgcajfdcfdkmoibecllfpijcj
Beskrivning This extension allows you to share the current page you are viewing with your WhatsApp contacts.
Filstorlek 17.15 KB
Antal Installationer 6,362
Aktuell Version 1.0
Senast Uppdaterad 2019-01-13
Publiceringsdatum 2019-01-13
Betyg 3.50/5 Totalt 16 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}