Identifi KB

Link catcher for blogs & articles

Co je Identifi KB?

Identifi KB je rozšíření Chrome vyvinuté chris, a jeho hlavní funkcí je „Link catcher for blogs & articles“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Identifi KB

Stáhněte si soubory rozšíření Identifi KB ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This chrome extension allows you to save links like (blogs, links, articles, etc.) for the Knowledge-Base feature of the Identifi Web App. You need to have an active Identifi account to be able to use this plugin.                    

Základní Informace o Rozšíření

Název Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Oficiální URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Popis Link catcher for blogs & articles
Velikost souboru 1.91 MB
Počet instalací 26
Aktuální Verze 0.1.7
Poslední Aktualizace 2021-07-09
Datum Vydání 2021-03-31
Vývojář chris
E-mail chris@identifi.com
Typ Platby free
Webové stránky Rozšíření https://app.identifi.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Identifi KB",
    "version": "0.1.7",
    "description": "Link catcher for blogs & articles",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https:\/\/cdn.heapanalytics.com"
}