PinPoint Status

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

Co je PinPoint Status?

PinPoint Status je rozšíření Chrome vyvinuté PinPoint Status, a jeho hlavní funkcí je „The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření PinPoint Status

Stáhněte si soubory rozšíření PinPoint Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Oficiální URL https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Popis The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Velikost souboru 46.17 KB
Počet instalací 144
Aktuální Verze 1.0.5
Poslední Aktualizace 2022-10-06
Datum Vydání 2021-12-08
Vývojář PinPoint Status
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pinpointstatus.com
Podporované Jazyky 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
    }
}