Identifi KB

Link catcher for blogs & articles

Co to jest Identifi KB?

Identifi KB to rozszerzenie Chrome opracowane przez chris, a jego główną funkcją jest „Link catcher for blogs & articles”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Identifi KB

Pobierz pliki rozszerzeń Identifi KB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Oficjalny URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Opis Link catcher for blogs & articles
Rozmiar pliku 1.91 MB
Liczba instalacji 26
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2021-07-09
Data Publikacji 2021-03-31
Deweloper chris
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.identifi.com/
Obsługiwane Języki 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"
}