PinPoint Status

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

What is PinPoint Status?

PinPoint Status is a Chrome extension developed by PinPoint Status, and its main feature is "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Extension Screenshots

Download PinPoint Status Extension CRX File

Download PinPoint Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Official URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Description The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
File Size 46.17 KB
Installation Count 144
Current Version 1.0.5
Last Updated 2022-10-06
Publish Date 2021-12-08
Developer PinPoint Status
Email [email protected]
Payment Type free
Extension Website https://pinpointstatus.com
Supported Languages 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
    }
}