Pobuca Connect - Contact Management

Contact management for teams.

Hvad er Pobuca Connect - Contact Management?

Pobuca Connect - Contact Management er en Chrome-udvidelse udviklet af Pobuca Ltd., og dens hovedfunktion er "Contact management for teams.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pobuca Connect - Contact Management-udvidelses-CRX-fil

Download Pobuca Connect - Contact Management-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pobuca Connect - Contact Management Pobuca Connect - Contact Management
ID ohjbjcpiglajhcjabpgmmdeihekgmhnf
Officiel URL https://chromewebstore.google.com/detail/pobuca-connect-contact-ma/ohjbjcpiglajhcjabpgmmdeihekgmhnf
Beskrivelse Contact management for teams.
Filstørrelse 5.21 MB
Antal Installationer 21
Nuværende Version 1.8.8
Senest Opdateret 2021-07-12
Udgivelsesdato 2020-02-29
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Pobuca Ltd.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://connect.pobuca.com
URL til Fortrolighedspolitik Side https://pobuca.com/privacy-policy
Understøttede Sprog 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"
}