ReqForge for Chrome

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

Cos'è ReqForge for Chrome?

ReqForge for Chrome è un'estensione di Chrome sviluppata da https://reqforge.com, e la sua funzione principale è "Helping you create unambiguous, understandable User Stories and Acceptance Criteria.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ReqForge for Chrome

Scarica i file di estensione ReqForge for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ReqForge for Chrome ReqForge for Chrome
ID pkpbmggkhnnjapbjlffjahilhchngomh
URL Ufficiale https://chromewebstore.google.com/detail/reqforge-for-chrome/pkpbmggkhnnjapbjlffjahilhchngomh
Descrizione Helping you create unambiguous, understandable User Stories and Acceptance Criteria.
Dimensione del File 141 KB
Conteggio Installazioni 46
Versione Corrente 1.6
Ultimo Aggiornamento 2020-09-25
Data di Pubblicazione 2020-08-03
Sviluppatore https://reqforge.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://reqforge.com/
URL della Pagina di Aiuto https://reqforge.com/
URL della Pagina della Politica sulla Privacy https://reqforge.com/privacy-policy
Lingue Supportate 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"
    }
}