Identifi KB

Link catcher for blogs & articles

Wat is Identifi KB?

Identifi KB is een Chrome-extensie ontwikkeld door chris, en de belangrijkste functie is "Link catcher for blogs & articles".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Identifi KB

Download Identifi KB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Officiële URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Beschrijving Link catcher for blogs & articles
Bestandsgrootte 1.91 MB
Aantal Installaties 26
Huidige Versie 0.1.7
Laatst Bijgewerkt 2021-07-09
Publicatiedatum 2021-03-31
Ontwikkelaar chris
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.identifi.com/
Ondersteunde Talen 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"
}