Linkinize - Bookmark Manager for Teams

Bookmark Manager for Teams

什么是Linkinize - Bookmark Manager for Teams?

Linkinize - Bookmark Manager for Teams是由Linkinize开发的Chrome扩展程序,该扩展的主要功能是“Bookmark Manager for Teams”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Linkinize - Bookmark Manager for Teams扩展crx文件

下载Linkinize - Bookmark Manager for Teams扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Linkinize is a powerful bookmark management extension designed specifically for teams and businesses. With Linkinize, teams can easily share links and collaborate on projects, saving time and increasing productivity.                    

扩展基本信息

名称 Linkinize - Bookmark Manager for Teams Linkinize - Bookmark Manager for Teams
ID ecihffhadpoocggaefliinhjbjgekdnh
官方URL https://chromewebstore.google.com/detail/linkinize-bookmark-manage/ecihffhadpoocggaefliinhjbjgekdnh
简介 Bookmark Manager for Teams
文件大小 3.64 MB
安装次数 92
当前版本 0.5.0
更新时间 2024-03-01
上架时间 2023-04-17
评分 5.00/5 共2次评分
开发者 Linkinize
电子邮箱 [email protected]
付费类型 free
扩展官网 https://linkinize.com
帮助页面URL https://linkinize.com
隐私政策页面URL https://linkinize.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms"
    ],
    "action": {
        "default_popup": "www\/index.html",
        "default_title": "Linkinize - Bookmark Manager for Teams"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.linkinize.com\/*"
            ],
            "js": [
                "auth.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.linkinize.com\/*"
            ],
            "js": [
                "app-sync.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Linkinize - Bookmark Manager for Teams",
    "short_name": "Linkinize - Bookmark Manager for Teams",
    "description": "Bookmark Manager for Teams",
    "version": "0.5.0"
}