ReqForge for Chrome

Helping you create unambiguous, understandable User Stories and Acceptance Criteria.

ReqForge for Chrome là gì?

ReqForge for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://reqforge.com, và tính năng chính của nó là "Helping you create unambiguous, understandable User Stories and Acceptance Criteria.".

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

screenshot

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

Tải xuống các tệp mở rộng ReqForge for Chrome 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

                        Create high quality software requirements with REQFORGE for Chrome.
By installing the extension, you agree to REQFORGE’s Terms and Conditions (https://reqforge.com/terms-of-service-and-license-agreement) and acknowledge that you have read REQFORGE's Privacy Policy (https://reqforge.com/privacy-policy).

REQFORGE helps you create unambiguous and understandable user stories. You’ll get suggestions from REQFOREGE as you write User Stories, Acceptance Criteria, System Requirement, at any web platform. REQFORGE is a writing assistant that goes deeper than grammar to offer you comprehensive feedback. You can be confident that your are writing not only correct, but clear and concise requirements. Be sure to register your account to receive a personalized  report, track your progress and identify improvement areas.                    

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

Tên ReqForge for Chrome ReqForge for Chrome
ID pkpbmggkhnnjapbjlffjahilhchngomh
URL Chính Thức https://chromewebstore.google.com/detail/reqforge-for-chrome/pkpbmggkhnnjapbjlffjahilhchngomh
Mô tả Helping you create unambiguous, understandable User Stories and Acceptance Criteria.
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2020-09-25
Ngày Phát Hành 2020-08-03
Nhà Phát Triển https://reqforge.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://reqforge.com/
URL Trang Trợ Giúp https://reqforge.com/
URL Trang Chính Sách Bảo Mật https://reqforge.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReqForge for Chrome",
    "short_name": "ReqForge",
    "version": "1.6",
    "description": "Helping you create unambiguous, understandable User Stories and Acceptance Criteria.\n",
    "icons": {
        "16": "assets\/icon-16px.png",
        "48": "assets\/icon-48px.png",
        "128": "assets\/icon-128px.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/index.html",
        "assets\/icon-48px.png"
    ],
    "browser_action": {
        "default_icon": "assets\/icon-48px.png",
        "default_title": "ReqForge"
    }
}