Business Messenger

Easily manage contacting pages and people

Что такое Business Messenger?

Business Messenger - это расширение Chrome, разработанное Rupert's Tools, и его основная функция - "Easily manage contacting pages and people".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Business Messenger

Скачайте файлы расширений Business Messenger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easily manage contacting pages and people with customised formulated messages, phrases and emojis. You can also make the messages personal with names! Just compose your messages, gather a list of friends you want to message set the timers and start!                    

Основная информация о расширении

Название Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
Официальный URL https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
Описание Easily manage contacting pages and people
Размер файла 114 KB
Количество установок 62
Текущая Версия 1.6.1
Последнее Обновление 2019-12-23
Дата публикации 2019-12-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Rupert's Tools
Тип оплаты free
URL страницы политики конфиденциальности https://www.rupertsamuel.com/pages/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Messenger",
    "version": "1.6.1",
    "description": "Easily manage contacting pages and people",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js",
            "licencing.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/6.png"
        }
    },
    "icons": {
        "128": "images\/6.png"
    },
    "manifest_version": 2
}