Identifi KB

Link catcher for blogs & articles

Identifi KB là gì?

Identifi KB là một tiện ích mở rộng Chrome được phát triển bởi chris, và tính năng chính của nó là "Link catcher for blogs & articles".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Identifi KB

Tải xuống các tệp mở rộng Identifi KB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Identifi KB Identifi KB
ID jfidolohhhlnajgmajghhgjfpebdghnl
URL Chính Thức https://chromewebstore.google.com/detail/identifi-kb/jfidolohhhlnajgmajghhgjfpebdghnl
Mô tả Link catcher for blogs & articles
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2021-07-09
Ngày Phát Hành 2021-03-31
Nhà Phát Triển chris
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.identifi.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}