Lupl Pins Extension

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

Lupl Pins Extension क्या है?

Lupl Pins Extension Lupl, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lupl Pins Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
आधिकारिक URL https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
विवरण Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
फ़ाइल का आकार 2.07 MB
स्थापना संख्या 74
वर्तमान संस्करण 1.3
अंतिम अपडेट 2022-10-18
प्रकाशन तिथि 2022-05-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Lupl, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lupl.com
गोपनीयता नीति पृष्ठ URL https://lupl.com/privacy-policy
समर्थित भाषाएँ 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\/*"
        ]
    }
}