ReqForge for Chrome

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

Τι είναι το ReqForge for Chrome;

Το ReqForge for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://reqforge.com, και η κύρια λειτουργία του είναι "Helping you create unambiguous, understandable User Stories and Acceptance Criteria.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ReqForge for Chrome

Λήψη αρχείων επέκτασης 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"
    }
}