Persona Connect

Integration powered by Persona Connect

Persona Connect là gì?

Persona Connect là một tiện ích mở rộng Chrome được phát triển bởi Developer, và tính năng chính của nó là "Integration powered by Persona Connect".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Persona Connect 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

                        Allegiant API integration enhances your database experience with screen pops, click to dial and data sharing with the most popular CRM software across the globe. Integrations include Salesforce, Zendesk, Connectwise, and more.                    

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

Tên Persona Connect Persona Connect
ID dckpdklhbmmgkimebmoifkglpkiigeif
URL Chính Thức https://chromewebstore.google.com/detail/persona-connect/dckpdklhbmmgkimebmoifkglpkiigeif
Mô tả Integration powered by Persona Connect
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.17.06
Cập Nhật Lần Cuối 2022-02-05
Ngày Phát Hành 2021-12-07
Nhà Phát Triển Developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://allegiantnow.com/
URL Trang Trợ Giúp https://allegiantnow.com/support
URL Trang Chính Sách Bảo Mật https://www.loupdb.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persona Connect",
    "description": "Integration powered by Persona Connect",
    "short_name": "Persona Connect",
    "version": "0.17.06",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*.png",
        "html\/login.html",
        "html\/dashboard.html"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}