Pobuca Connect - Contact Management

Contact management for teams.

什麼是Pobuca Connect - Contact Management?

Pobuca Connect - Contact Management是由Pobuca Ltd.開發的Chrome擴展程式,該擴展的主要功能是“Contact management for teams.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pobuca Connect - Contact Management擴展crx文件

下載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
官方網址 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"
}