Identifi KB

Link catcher for blogs & articles

Was ist Identifi KB?

Identifi KB ist eine Chrome-Erweiterung, die von chris entwickelt wurde, und ihr Hauptmerkmal ist "Link catcher for blogs & articles".

Erweiterungsscreenshots

screenshot
screenshot

Identifi KB-Erweiterungs-CRX-Datei herunterladen

Laden Sie Identifi KB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Offizielle URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Beschreibung Link catcher for blogs & articles
Dateigröße 1.91 MB
Installationsanzahl 26
Aktuelle Version 0.1.7
Letztes Update 2021-07-09
Veröffentlichungsdatum 2021-03-31
Entwickler chris
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.identifi.com/
Unterstützte Sprachen 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"
}