PinPoint Status
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Co to jest PinPoint Status?
PinPoint Status to rozszerzenie Chrome opracowane przez PinPoint Status, a jego główną funkcją jest „The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PinPoint Status
Pobierz pliki rozszerzeń PinPoint Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Podstawowe informacje o rozszerzeniu
Nazwa | PinPoint Status |
ID | igbccbplkblgfhnmincpmmcngcpjhmop |
Oficjalny URL | https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop |
Opis | The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize. |
Rozmiar pliku | 46.17 KB |
Liczba instalacji | 144 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2022-10-06 |
Data Publikacji | 2021-12-08 |
Deweloper | PinPoint Status |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://pinpointstatus.com |
Obsługiwane Języki | 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": [ " |