Identifi KB

Link catcher for blogs & articles

O que é Identifi KB?

Identifi KB é uma extensão do Chrome desenvolvida por chris, e sua principal característica é "Link catcher for blogs & articles".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Identifi KB

Baixe arquivos de extensão Identifi KB no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
URL Oficial https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Descrição Link catcher for blogs & articles
Tamanho do Arquivo 1.91 MB
Contagem de Instalações 26
Versão Atual 0.1.7
Última Atualização 2021-07-09
Data de Publicação 2021-03-31
Desenvolvedor chris
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://app.identifi.com/
Idiomas Suportados 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"
}