PinPoint Status

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

Wat is PinPoint Status?

PinPoint Status is een Chrome-extensie ontwikkeld door PinPoint Status, en de belangrijkste functie is "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Extensie Screenshots

Download het CRX-bestand van de extensie PinPoint Status

Download PinPoint Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Officiële URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Beschrijving The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Bestandsgrootte 46.17 KB
Aantal Installaties 144
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-10-06
Publicatiedatum 2021-12-08
Ontwikkelaar PinPoint Status
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pinpointstatus.com
Ondersteunde Talen 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
    }
}