Numici - annotate, collaborate and synthesize

Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.

Τι είναι το Numici - annotate, collaborate and synthesize;

Το Numici - annotate, collaborate and synthesize είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.numici.com, και η κύρια λειτουργία του είναι "Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Numici - annotate, collaborate and synthesize

Λήψη αρχείων επέκτασης Numici - annotate, collaborate and synthesize σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Organize content in Numici Taskspaces -  collaborative workspaces for content by project or topic. 
 
Use Numici extension to highlight, annotate and tag text and images in web pages, including PDF documents rendered by web sites. Use Numici cloud application to annotate documents, email and notes. 
 
Collaborate with your team in conversations around highlights and annotations. Follow and join conversations in context from Slack and Microsoft Teams.
 
Synthesize and curate content across web pages and documents as a digest in Numici Taskspace.

Create posts that include one or more annotations in the web page along with a deep link to the web page and share on social media (Facebook, LinkedIn, Twitter and WhatsApp) or in enterprise applications like Slack. 

Share the digest through email, PDF or a link. Digests can be private (only users with access can view it) or public (anyone with the link can access).
 
Use the purpose-built search to find instantly what you are looking for across annotations and content in documents and web pages. 
 
Use of Numici extension requires an account with Numici. Once you add the extension to Chrome, you will be taken to the Numici website (https://www.numici.com/) where you can sign up for a free account. 

Numici extension requires access to third-party cookies to check if the user is already logged in to a Numici account. If you block third-party cookies, you will need to add "[*.]numici.com" to the section "Sites that can always use cookies" in Chrome Settings -> Cookies and other site data. If you want to use "Sign-in with Google" to login to Numici, then you will also need to add "accounts.google.com" to the same section.                    

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

Όνομα Numici - annotate, collaborate and synthesize Numici - annotate, collaborate and synthesize
ID oojabgademjndedjpcnagfgiglcpolgd
Επίσημο URL https://chromewebstore.google.com/detail/numici-annotate-collabora/oojabgademjndedjpcnagfgiglcpolgd
Περιγραφή Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.
Μέγεθος Αρχείου 6.46 MB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 1.82.0.424
Τελευταία Ενημέρωση 2023-06-05
Ημερομηνία Δημοσίευσης 2020-06-30
Αξιολόγηση 4.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.numici.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.numici.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.numici.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numici - annotate, collaborate and synthesize",
    "short_name": "Numici",
    "version": "1.82.0.424",
    "version_name": "1.82.0.424",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/www.numici.com",
    "incognito": "split",
    "options_ui": {
        "page": "lib\/options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "",
        "storage",
        "webNavigation"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'; font-src 'self' data:;",
    "background": {
        "persistent": true,
        "scripts": [
            "settings-data.js",
            "client\/build\/scripts\/jquery.bundle.js",
            "client\/build\/scripts\/raven.bundle.js",
            "extension.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-icon-inactive.png",
            "38": "images\/[email protected]"
        }
    },
    "web_accessible_resources": [
        "client\/*",
        "content\/*",
        "lib\/*",
        "help\/*",
        "content\/web\/viewer.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.numici.com\/*"
        ]
    }
}