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
官方網址 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
    }
}