Pobuca Connect - Contact Management

Contact management for teams.

Что такое Pobuca Connect - Contact Management?

Pobuca Connect - Contact Management - это расширение Chrome, разработанное Pobuca Ltd., и его основная функция - "Contact management for teams.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Pobuca Connect - Contact Management

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

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

                        Pobuca Connect is a cloud app that turns your multiple business contact lists into one unified company address book that's easy to access from everywhere and ready to share with co-workers or business associates. The Pobuca Relationships version is a cutting-edge mobile lightweight CRM app that helps you to organize your company leads, set marketing campaigns and manage your sales pipeline. Take advantage of numerous useful features and especially of Pobuca Bot, your virtual assistant.                    

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

Название Pobuca Connect - Contact Management Pobuca Connect - Contact Management
ID ohjbjcpiglajhcjabpgmmdeihekgmhnf
Официальный URL https://chromewebstore.google.com/detail/pobuca-connect-contact-ma/ohjbjcpiglajhcjabpgmmdeihekgmhnf
Описание Contact management for teams.
Размер файла 5.21 MB
Количество установок 21
Текущая Версия 1.8.8
Последнее Обновление 2021-07-12
Дата публикации 2020-02-29
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Pobuca Ltd.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://connect.pobuca.com
URL страницы политики конфиденциальности https://pobuca.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pobuca Connect - Contact Management",
    "short_name": "Pobuca Connect",
    "description": "Contact management for teams.",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chromeext.pobu.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "extensionContentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.8.8"
}