Pobuca Connect - Contact Management

Contact management for teams.

Pobuca Connect - Contact Management là gì?

Pobuca Connect - Contact Management là một tiện ích mở rộng Chrome được phát triển bởi Pobuca Ltd., và tính năng chính của nó là "Contact management for teams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pobuca Connect - Contact Management

Tải xuống các tệp mở rộng Pobuca Connect - Contact Management dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pobuca Connect - Contact Management Pobuca Connect - Contact Management
ID ohjbjcpiglajhcjabpgmmdeihekgmhnf
URL Chính Thức https://chromewebstore.google.com/detail/pobuca-connect-contact-ma/ohjbjcpiglajhcjabpgmmdeihekgmhnf
Mô tả Contact management for teams.
Kích Thước Tệp 5.21 MB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.8.8
Cập Nhật Lần Cuối 2021-07-12
Ngày Phát Hành 2020-02-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Pobuca Ltd.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://connect.pobuca.com
URL Trang Chính Sách Bảo Mật https://pobuca.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}