Pobuca Connect - Contact Management

Contact management for teams.

Co to jest Pobuca Connect - Contact Management?

Pobuca Connect - Contact Management to rozszerzenie Chrome opracowane przez Pobuca Ltd., a jego główną funkcją jest „Contact management for teams.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pobuca Connect - Contact Management

Pobierz pliki rozszerzeń Pobuca Connect - Contact Management w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pobuca Connect - Contact Management Pobuca Connect - Contact Management
ID ohjbjcpiglajhcjabpgmmdeihekgmhnf
Oficjalny URL https://chromewebstore.google.com/detail/pobuca-connect-contact-ma/ohjbjcpiglajhcjabpgmmdeihekgmhnf
Opis Contact management for teams.
Rozmiar pliku 5.21 MB
Liczba instalacji 21
Aktualna Wersja 1.8.8
Ostatnia Aktualizacja 2021-07-12
Data Publikacji 2020-02-29
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Pobuca Ltd.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://connect.pobuca.com
Adres URL Strony Polityki Prywatności https://pobuca.com/privacy-policy
Obsługiwane Języki 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"
}