PinPoint Status

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

Hvad er PinPoint Status?

PinPoint Status er en Chrome-udvidelse udviklet af PinPoint Status, og dens hovedfunktion er "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Udvidelsesskærmbilleder

Download PinPoint Status-udvidelses-CRX-fil

Download PinPoint Status-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Officiel URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Beskrivelse The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Filstørrelse 46.17 KB
Antal Installationer 144
Nuværende Version 1.0.5
Senest Opdateret 2022-10-06
Udgivelsesdato 2021-12-08
Udvikler PinPoint Status
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://pinpointstatus.com
Understøttede Sprog 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
    }
}