PinPoint Status

The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.

什么是PinPoint Status?

PinPoint Status是由PinPoint Status开发的Chrome扩展程序,该扩展的主要功能是“The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.”。

扩展截图

下载PinPoint Status扩展crx文件

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

扩展使用说明

                        The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.                    

扩展基本信息

名称 PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
官方URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
简介 The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
文件大小 46.17 KB
安装次数 144
当前版本 1.0.5
更新时间 2022-10-06
上架时间 2021-12-08
开发者 PinPoint Status
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pinpointstatus.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PinPoint Status",
    "description": "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.",
    "version": "1.0.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.moraware.net\/*"
            ],
            "css": [
                "systemize.css"
            ],
            "js": [
                "systemize.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.app.pinpointstatus.com\/*"
            ],
            "js": [
                "pinpoint.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/camera.svg",
                "images\/chat-alt-2.svg",
                "images\/external-link.svg"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}