ReqForge for Chrome

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

Apa itu ReqForge for Chrome?

ReqForge for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://reqforge.com, dan fitur utamanya adalah "Helping you create unambiguous, understandable User Stories and Acceptance Criteria.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ReqForge for Chrome

Unduh file ekstensi ReqForge for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ReqForge for Chrome ReqForge for Chrome
ID pkpbmggkhnnjapbjlffjahilhchngomh
URL Resmi https://chromewebstore.google.com/detail/reqforge-for-chrome/pkpbmggkhnnjapbjlffjahilhchngomh
Deskripsi Helping you create unambiguous, understandable User Stories and Acceptance Criteria.
Ukuran File 141 KB
Jumlah Instalasi 46
Versi Saat Ini 1.6
Terakhir Diperbarui 2020-09-25
Tanggal Publikasi 2020-08-03
Pengembang https://reqforge.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://reqforge.com/
URL Halaman Bantuan https://reqforge.com/
URL Halaman Kebijakan Privasi https://reqforge.com/privacy-policy
Bahasa yang Didukung 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"
    }
}