Identifi KB

Link catcher for blogs & articles

Cos'è Identifi KB?

Identifi KB è un'estensione di Chrome sviluppata da chris, e la sua funzione principale è "Link catcher for blogs & articles".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Identifi KB

Scarica i file di estensione Identifi KB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
URL Ufficiale https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Descrizione Link catcher for blogs & articles
Dimensione del File 1.91 MB
Conteggio Installazioni 26
Versione Corrente 0.1.7
Ultimo Aggiornamento 2021-07-09
Data di Pubblicazione 2021-03-31
Sviluppatore chris
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://app.identifi.com/
Lingue Supportate 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"
}