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
}