MatrixReq Extension

This extension allows to create (or link) existing item from any cloud based software to an item in MatrixRequirement.

MatrixReq Extensionคืออะไร?

MatrixReq Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://matrixreq.com และคุณลักษณะหลักของมันคือ "This extension allows to create (or link) existing item from any cloud based software to an item in MatrixRequirement."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows users  to create (or link) existing items from any cloud based software directly to an item in MatrixRequirement.

Although this extension is free, you need to subscribe to a MatrixALM or MatrixQMS plan in order to use this extension.
"It connects seamlessly to Jira, Assembla, Github, Zendesk,.. and any other cloud-based tool allowing you to add some project management dimension to your Matrix Requirements usage.

The chrome extension  requires permission to read the content of the current tab to extract the title and the description. This will be sent to the server specified in the "Options". It also requires permission to access one cookie that is setup by our server to allow interaction under your name with your  Matrix Requirements instance (interactions like creating a new item or linking an existing item).  

By installing this item, you agree to the MatrixRequirements Terms of Service and Privacy Policy at https://docs22.matrixreq.com/administration-and-configuration-guide/extensions-settings/chrome-extension/matrixreq-chrome-extension-%253A-terms-of-use-and-privacy-policy/

Developed for medical devices company, MatrixALM keeps track of:

- Requirements
- Specifications
- Use Cases
- Test Cases
- Test Executions
- Risks

MatrixALM allows you to create your DHF (Device History File) faster and better: It helps you to be compliant with standards such as:
- IEC62304,
- IEC62366
- ISO14971.

All reports can be generated as HTML, Word (docx) and PDF.

MatrixQMS allows you to manage your quality system - especially ISO 13485:2016 - including the risk analysis of the processes, work instructions, CAPA (Corrective And Preventive Actions), records of meetings etc.

Matrix Requirements is ISO 13485:2016 and ISO/IEC 27001:2013 certified.                    

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

ชื่อ MatrixReq Extension MatrixReq Extension
ID lhdiigfeiobmpalcjfolpeminegdchcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matrixreq-extension/lhdiigfeiobmpalcjfolpeminegdchcb
คำอธิบาย This extension allows to create (or link) existing item from any cloud based software to an item in MatrixRequirement.
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.48
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2020-07-13
ผู้พัฒนา https://matrixreq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://docs22.matrixreq.com/administration-and-configuration-guide/extensions-settings/chrome-extension/
URL หน้าช่วยเหลือ https://support.matrixreq.com
URL หน้านโยบายความเป็นส่วนตัว https://docs22.matrixreq.com/administration-and-configuration-guide/extensions-settings/chrome-extension/matrixreq-chrome-extension-%253A-terms-of-use-and-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "matrixGrey.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "description": "This extension allows to create (or link) existing item from any cloud based software to an item in MatrixRequirement. ",
    "icons": {
        "128": "matrix.png"
    },
    "name": "MatrixReq Extension",
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.matrixreq.com\/*"
    ],
    "version": "0.48",
    "manifest_version": 2
}