Lupl Pins Extension

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

Qu'est-ce que Lupl Pins Extension ?

Lupl Pins Extension est une extension Chrome développée par Lupl, Inc., et sa fonction principale est "Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lupl Pins Extension

Téléchargez les fichiers d'extension Lupl Pins Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lupl Pins Extension Lupl Pins Extension
ID cihlbiclieikjchiajabjgpefceljfck
URL Officiel https://chromewebstore.google.com/detail/lupl-pins-extension/cihlbiclieikjchiajabjgpefceljfck
Description Easily collect, pin, organize and share your legal research when using Lupl, the next-generation matter management platform.
Taille du Fichier 2.07 MB
Nombre d'Installations 74
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-18
Date de Publication 2022-05-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Lupl, Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lupl.com
URL de la Page de Politique de Confidentialité https://lupl.com/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}