PinPoint Status

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

PinPoint Statusคืออะไร?

PinPoint Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PinPoint Status และคุณลักษณะหลักของมันคือ "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PinPoint Status

ดาวน์โหลดไฟล์ส่วนขยาย PinPoint Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PinPoint Status 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": [
                ""
            ],
            "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
    }
}