Identifi KB

Link catcher for blogs & articles

What is Identifi KB?

Identifi KB is a Chrome extension developed by chris, and its main feature is "Link catcher for blogs & articles".

Extension Screenshots

screenshot
screenshot

Download Identifi KB Extension CRX File

Download Identifi KB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Official URL https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Description Link catcher for blogs & articles
File Size 1.91 MB
Installation Count 26
Current Version 0.1.7
Last Updated 2021-07-09
Publish Date 2021-03-31
Developer chris
Email [email protected]
Payment Type free
Extension Website https://app.identifi.com/
Supported Languages 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"
}