Identifi KB

Link catcher for blogs & articles

Hvad er Identifi KB?

Identifi KB er en Chrome-udvidelse udviklet af chris, og dens hovedfunktion er "Link catcher for blogs & articles".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Identifi KB-udvidelses-CRX-fil

Download Identifi KB-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Officiel URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Beskrivelse Link catcher for blogs & articles
Filstørrelse 1.91 MB
Antal Installationer 26
Nuværende Version 0.1.7
Senest Opdateret 2021-07-09
Udgivelsesdato 2021-03-31
Udvikler chris
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://app.identifi.com/
Understøttede Sprog 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"
}