PinPoint Status

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

Vad är PinPoint Status?

PinPoint Status är en Chrome-tillägg utvecklad av PinPoint Status, och dess huvudfunktion är "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Tilläggsskärmbilder

Ladda ner PinPoint Status-förlängningens CRX-fil

Ladda ner PinPoint Status-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
Officiell webbadress https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Beskrivning The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Filstorlek 46.17 KB
Antal Installationer 144
Aktuell Version 1.0.5
Senast Uppdaterad 2022-10-06
Publiceringsdatum 2021-12-08
Utvecklare PinPoint Status
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pinpointstatus.com
Stödda Språk 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
    }
}