W3Dart.com : Audio-Visual bug reporting tool

Capture bugs and feedback instantly

Τι είναι το W3Dart.com : Audio-Visual bug reporting tool;

Το W3Dart.com : Audio-Visual bug reporting tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://w3dart.com, και η κύρια λειτουργία του είναι "Capture bugs and feedback instantly".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης W3Dart.com : Audio-Visual bug reporting tool

Λήψη αρχείων επέκτασης W3Dart.com : Audio-Visual bug reporting tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        W3Dart is the first truly comprehensive feedback and review tool that allows clients, developers, designers and project managers to exchange comments and share ideas in audio-visual format during any stage of a web-based project.

Now, you can personalize feedback like never before, using your chosen blend of screenshots, annotations, attachments, and that magic ingredient – speech.

To top it off, W3Dart integrates seamlessly with any pre-existing project management and feedback tools you might be using, ensuring a smooth and hassle-free transition.

That’s right, getting your point across just got a whole lot easier!

Who can use it

•	Design / Creative Agencies
•	Software / Web Development Firms
•	Freelancers / Project Managers
•	Saas Enterprises

Where it can be used

•	Wireframing
•	Design
•	Development
•	Maintenance

Features

Unique URL for each Bug

Each bug reported get its own unique URL! The user simply clicks on the link and is taken to the exact location of the bug, either on a page or in design.

Auto-detection of System Specs

Dart automatically detects the specs and screen size of the system that was used to raise the issue.

Multitude of Attachments

Shorten long discussions and present clear solutions. Attach samples of designs, layouts, images, sketches and templates to accelerate your design revision cycle.

Visual Task Board

Add filters and sort through bugs with supreme ease. Manage, assign and prioritize tasks, track progress and keep clients in the loop using Dart’s clutter-free visual task board.

Universal Accessibility

Eliminate the need for inconvenient third-party software and spreadsheets. Log in to Dart using any browser and any OS you want.

Pragmatic To-Do Lists

Work with complete convenience as you turn your feedback into executable to-do lists. Say goodbye to that annoying task of copy-pasting from endless email threads.

More Features  ( https://w3dart.com/features/ )

Get product support from: https://w3dart.com/kkb

For any other help or enquire contact us on : https://w3dart.com/contact-us

You can learn more how we handle information in our Privacy Policy page https://w3dart.com/privacy/

Email: [email protected]
Website: https://w3dart.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα W3Dart.com : Audio-Visual bug reporting tool W3Dart.com : Audio-Visual bug reporting tool
ID ajifpgnpomokokpfcbaaogdlgmfpmklf
Επίσημο URL https://chromewebstore.google.com/detail/w3dartcom-audio-visual-bu/ajifpgnpomokokpfcbaaogdlgmfpmklf
Περιγραφή Capture bugs and feedback instantly
Μέγεθος Αρχείου 332 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2021-12-09
Ημερομηνία Δημοσίευσης 2019-12-27
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://w3dart.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://w3dart.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Dart.com : Audio-Visual bug reporting tool",
    "short_name": "W3Dart",
    "version": "1.3.0",
    "description": "Capture bugs and feedback instantly",
    "author": "W3Dart.com",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Capture and Record Bugs"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/RecordRTC.js",
                "js\/getScreenId.js",
                "js\/jquery.min.js",
                "js\/jquery-ui.js",
                "js\/intro.js",
                "js\/r-slider.js",
                "script.js",
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/app.w3dart.com\/*",
        "",
        "webRequest",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "css\/front.css",
        "css\/tool.css",
        "css\/introjs.css",
        "css\/popup.css",
        "js\/popper.min.js",
        "js\/bootstrap.min.js",
        "img\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; media-src 'self'"
}