Identifi KB

Link catcher for blogs & articles

Что такое Identifi KB?

Identifi KB - это расширение Chrome, разработанное chris, и его основная функция - "Link catcher for blogs & articles".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Identifi KB

Скачайте файлы расширений Identifi KB в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Официальный URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Описание Link catcher for blogs & articles
Размер файла 1.91 MB
Количество установок 26
Текущая Версия 0.1.7
Последнее Обновление 2021-07-09
Дата публикации 2021-03-31
Разработчик chris
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://app.identifi.com/
Поддерживаемые языки 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"
}