Kora Web Knowledge Capture

Use the Kora Web Knowledge Capture extension to save things you see on the web into the knowledge repository of your Kora account.

Τι είναι το Kora Web Knowledge Capture;

Το Kora Web Knowledge Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kore.com, και η κύρια λειτουργία του είναι "Use the Kora Web Knowledge Capture extension to save things you see on the web into the knowledge repository of your Kora account.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kora Web Knowledge Capture

Λήψη αρχείων επέκτασης Kora Web Knowledge Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Use the Kora Web Knowledge Capture extension to save things you see on the web into the knowledge repository of your Kora account.  It also simplifies other actions like adding tags and sharing with people/teams in the Kora ecosystem. It will also let you capture the data into a new or an existing Kora knowledge article. The various types of captures that this extension supports:
-- Bookmark
   > Capture the web page URL as a bookmark
-- Selection
   > Capture a part of a selected text from a web page
   > Capture multiple selections from the same web page into a single article
-- Full Page
   > Capture the entire page content as a knowledge article
-- Readable text (Soon to be released)
   > Capture the readable portion of a web page 
-- Screenshot (Soon to be released)
   > Capture a part of a web page or the full page as a screen shot


About Kora:
Kora is an AI-enabled digital assistant for enterprises.  Now you can simply do your everyday organisational activity like scheduling a meeting by conversing with Kora in your natural language, as you would with a fellow human.
Kora works on top of our signature Kore chatbot platform for Natural Language Understanding and response.  It also has its own structural layers to cater to specific enterprise business needs.  Kora currently is available as mobile apps for iOS and Android platforms.  It also is available as a web version and native apps that can be downloaded from inside the web version.                    

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

Όνομα Kora Web Knowledge Capture Kora Web Knowledge Capture
ID mhlchafhmgebjkmkjbcmghdelfpgaplo
Επίσημο URL https://chromewebstore.google.com/detail/kora-web-knowledge-captur/mhlchafhmgebjkmkjbcmghdelfpgaplo
Περιγραφή Use the Kora Web Knowledge Capture extension to save things you see on the web into the knowledge repository of your Kora account.
Μέγεθος Αρχείου 18.65 MB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 0.0.39
Τελευταία Ενημέρωση 2020-04-11
Ημερομηνία Δημοσίευσης 2020-04-09
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://kore.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kora Web Knowledge Capture",
    "version": "0.0.39",
    "description": "Use the Kora Web Knowledge Capture extension to save things you see on the web into the knowledge repository of your Kora account.",
    "manifest_version": 2,
    "icons": {
        "32": "images\/koreLogo32.png",
        "128": "images\/koreLogo128.png"
    },
    "browser_action": {
        "default_title": "Kora Web Knowledge Capture",
        "default_popup": "popup.html",
        "default_icon": "images\/koreLogo.png"
    },
    "background": {
        "scripts": [
            "chromeBack.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "content-script.js",
                "Readability.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "koraframe.html",
        "instruction.html"
    ]
}