Identifi KB

Link catcher for blogs & articles

Vad är Identifi KB?

Identifi KB är en Chrome-tillägg utvecklad av chris, och dess huvudfunktion är "Link catcher for blogs & articles".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Identifi KB-förlängningens CRX-fil

Ladda ner Identifi KB-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
Officiell webbadress https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Beskrivning Link catcher for blogs & articles
Filstorlek 1.91 MB
Antal Installationer 26
Aktuell Version 0.1.7
Senast Uppdaterad 2021-07-09
Publiceringsdatum 2021-03-31
Utvecklare chris
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://app.identifi.com/
Stödda Språk 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"
}