PinPoint Status

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

Was ist PinPoint Status?

PinPoint Status ist eine Chrome-Erweiterung, die von PinPoint Status entwickelt wurde, und ihr Hauptmerkmal ist "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Erweiterungsscreenshots

PinPoint Status-Erweiterungs-CRX-Datei herunterladen

Laden Sie PinPoint Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Offizielle URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Beschreibung The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Dateigröße 46.17 KB
Installationsanzahl 144
Aktuelle Version 1.0.5
Letztes Update 2022-10-06
Veröffentlichungsdatum 2021-12-08
Entwickler PinPoint Status
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pinpointstatus.com
Unterstützte Sprachen 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
    }
}