PinPoint Status

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

PinPoint Status là gì?

PinPoint Status là một tiện ích mở rộng Chrome được phát triển bởi PinPoint Status, và tính năng chính của nó là "The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng PinPoint Status

Tải xuống các tệp mở rộng PinPoint Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PinPoint Status PinPoint Status
ID igbccbplkblgfhnmincpmmcngcpjhmop
URL Chính Thức https://chromewebstore.google.com/detail/pinpoint-status/igbccbplkblgfhnmincpmmcngcpjhmop
Mô tả The PinPoint Status extension lets you access your account data from PinPoint directly within Moraware Systemize.
Kích Thước Tệp 46.17 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-10-06
Ngày Phát Hành 2021-12-08
Nhà Phát Triển PinPoint Status
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pinpointstatus.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}