PinPoint Status
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
PinPoint Status क्या है?
PinPoint Status PinPoint Status द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PinPoint Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
एक्सटेंशन की मूल जानकारी
नाम | PinPoint Status |
ID | igbccbplkblgfhnmincpmmcngcpjhmop |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop |
विवरण | The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize. |
फ़ाइल का आकार | 46.17 KB |
स्थापना संख्या | 144 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2022-10-06 |
प्रकाशन तिथि | 2021-12-08 |
डेवलपर | PinPoint Status |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pinpointstatus.com |
समर्थित भाषाएँ | 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": [ " |