CanDoo - Find better information faster

CanDoo is a browser plugin to help you find legal data better and faster on CanLII using advanced AI techniques.

Τι είναι το CanDoo - Find better information faster;

Το CanDoo - Find better information faster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον varun, και η κύρια λειτουργία του είναι "CanDoo is a browser plugin to help you find legal data better and faster on CanLII using advanced AI techniques.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CanDoo - Find better information faster

Λήψη αρχείων επέκτασης CanDoo - Find better information faster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Transform your legal workflow with CanDoo (https://candoo.ai), our AI-powered research assistant built for legal professionals. Find more relevant cases, faster and then sift through them at lightning speed while automating report writing. Our patent-pending approach to AI models allows you to trust the answers generated by our CanDooAI.
Download the plugin and head over to a legal database like CanLII (https://www.canlii.org) to start using today. Once you've set up the plugin, simply use the gold search and chat buttons beside the search bars to superpower your results.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CanDoo - Find better information faster CanDoo - Find better information faster
ID jbhiloilkgcbddifgjconnejjhjpllai
Επίσημο URL https://chromewebstore.google.com/detail/candoo-find-better-inform/jbhiloilkgcbddifgjconnejjhjpllai
Περιγραφή CanDoo is a browser plugin to help you find legal data better and faster on CanLII using advanced AI techniques.
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2023-10-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής varun
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.candoo.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://www.linkedin.com/company/candoo-ai
URL της Σελίδας Πολιτικής Απορρήτου https://www.formic.legal/privacypolicy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CanDoo - Find better information faster",
    "description": "CanDoo is a browser plugin to help you find legal data better and faster on CanLII using advanced AI techniques.",
    "version": "1.7.1",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmpBnsBR\/CLO\/WOJpxn\/QvvosdIKZUHd\/HPflm\/rJzYgkLSlNmdYJs0nXM\/mU8FxaWU42ZkaY23UOSsEbQ3YwWcePIVRa\/vXSRiCn3c+gVQI7K5BiVF8qAixL2Ia5INJQBWzHhURuj0MP+5B\/omxAg9zheILu2lO56NfpglNZ1RBVNUptTq5tvEssy63\/FGhea9r+yDUFXJLObD8pKRRrN24P\/wpGLnZFe8QNVdENE5yHNUlH4Q18cIXAD2LZmcpfanuq4mup2RhvdOsWgNodHM8v+eeDu0T7xnko4N2iC0+kcMtDw1BkPzlfiZvrRFmevHXG8IBdLQi11povFh\/jawIDAQAB",
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": ".\/background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content\/messageDispatcher.js",
                "content\/paragraphSelector.js",
                "content\/injectConversationButton.js",
                "content\/replaceSearchButton.js",
                "content\/subjectMonitor.js",
                "content\/subjectFilter.js",
                "content\/basicSearchDispatcher.js",
                "content\/injectSearchHistoryButton.js",
                "content\/sharedLink.js",
                "content\/content.js"
            ],
            "css": [
                "content\/css\/sharedLink.css"
            ],
            "matches": [
                "https:\/\/www.canlii.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "sidePanel",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/localhost:8081\/",
        "https:\/\/www.canlii.org\/*",
        "https:\/\/app.candoo.ai\/"
    ]
}