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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}