PinPoint Status
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Apa itu PinPoint Status?
PinPoint Status adalah ekstensi Chrome yang dikembangkan oleh PinPoint Status, dan fitur utamanya adalah "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PinPoint Status
Unduh file ekstensi PinPoint Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Informasi Dasar Ekstensi
Nama | PinPoint Status |
ID | igbccbplkblgfhnmincpmmcngcpjhmop |
URL Resmi | https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop |
Deskripsi | The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize. |
Ukuran File | 46.17 KB |
Jumlah Instalasi | 144 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2022-10-06 |
Tanggal Publikasi | 2021-12-08 |
Pengembang | PinPoint Status |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pinpointstatus.com |
Bahasa yang Didukung | 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": [ " |