Identifi KB

Link catcher for blogs & articles

Qu'est-ce que Identifi KB ?

Identifi KB est une extension Chrome développée par chris, et sa fonction principale est "Link catcher for blogs & articles".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Identifi KB

Téléchargez les fichiers d'extension Identifi KB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
URL Officiel https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Description Link catcher for blogs & articles
Taille du Fichier 1.91 MB
Nombre d'Installations 26
Version Actuelle 0.1.7
Dernière Mise à Jour 2021-07-09
Date de Publication 2021-03-31
Développeur chris
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.identifi.com/
Langues Prises en Charge 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"
}