ReqForge for Chrome

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

什么是ReqForge for Chrome?

ReqForge for Chrome是由https://reqforge.com开发的Chrome扩展程序,该扩展的主要功能是“Helping you create unambiguous, understandable User Stories and Acceptance Criteria.”。

扩展截图

screenshot

下载ReqForge for Chrome扩展crx文件

下载ReqForge for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ReqForge for Chrome ReqForge for Chrome
ID pkpbmggkhnnjapbjlffjahilhchngomh
官方URL https://chromewebstore.google.com/detail/reqforge-for-chrome/pkpbmggkhnnjapbjlffjahilhchngomh
简介 Helping you create unambiguous, understandable User Stories and Acceptance Criteria.
文件大小 141 KB
安装次数 46
当前版本 1.6
更新时间 2020-09-25
上架时间 2020-08-03
开发者 https://reqforge.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://reqforge.com/
帮助页面URL https://reqforge.com/
隐私政策页面URL https://reqforge.com/privacy-policy
支持的语言 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"
    }
}