Pobuca Connect - Contact Management

Contact management for teams.

Was ist Pobuca Connect - Contact Management?

Pobuca Connect - Contact Management ist eine Chrome-Erweiterung, die von Pobuca Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "Contact management for teams.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pobuca Connect - Contact Management-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pobuca Connect - Contact Management-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pobuca Connect - Contact Management Pobuca Connect - Contact Management
ID ohjbjcpiglajhcjabpgmmdeihekgmhnf
Offizielle URL https://chromewebstore.google.com/detail/pobuca-connect-contact-ma/ohjbjcpiglajhcjabpgmmdeihekgmhnf
Beschreibung Contact management for teams.
Dateigröße 5.21 MB
Installationsanzahl 21
Aktuelle Version 1.8.8
Letztes Update 2021-07-12
Veröffentlichungsdatum 2020-02-29
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Pobuca Ltd.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://connect.pobuca.com
URL der Datenschutzrichtlinien-Seite https://pobuca.com/privacy-policy
Unterstützte Sprachen 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"
}