Lupl Pins Extension

Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.

Lupl Pins Extension là gì?

Lupl Pins Extension là một tiện ích mở rộng Chrome được phát triển bởi Lupl, Inc., và tính năng chính của nó là "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.".

Ả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 Lupl Pins Extension

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

                        Lupl, the next-generation matter management platform, streamlines legal workflows and makes it easy for legal professionals and their clients to move work forward. Lupl is a shared workspace that brings together all the people, communications, documents, knowledge and data for legal work in one secure, online space.

With the Lupl Pins Extension, you can quickly bookmark items like relevant cases, statutes, or articles for quick retrieval in Lupl when you need them. You can even pin frequently used apps.

 With Pins in Lupl, you have complete control over your privacy settings. Want to share your Pin with others connected to your Lupl matter? Then set your Pin to public. Pinning research or notes just for yourself? Then set private pins which are only visible to you.                    

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

Tên Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
URL Chính Thức https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
Mô tả Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
Kích Thước Tệp 2.07 MB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2022-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Lupl, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lupl.com
URL Trang Chính Sách Bảo Mật https://lupl.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lupl Pins Extension",
    "version": "1.3",
    "description": "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.",
    "icons": {
        "48": "assets\/icons\/lupl-icon.png"
    },
    "action": {
        "default_title": "Add Pin to Lupl",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.lupl.com\/*",
            "*:\/\/qa.lawyersashumans.com\/*"
        ]
    }
}