nootiz. The fastest visual feedback tool

Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website

Was ist nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool ist eine Chrome-Erweiterung, die von nootiz entwickelt wurde, und ihr Hauptmerkmal ist "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

Erweiterungsscreenshots

screenshot

nootiz. The fastest visual feedback tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie nootiz. The fastest visual feedback tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website.

The fastest way to share ideas and comments on your web projects. nootiz is the todo list for your live website. Place your notes on the desired item with a single click. Ideal for web agencies, web designers, copywriters and web developers.                    

Grundlegende Informationen zur Erweiterung

Name nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
Offizielle URL https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Beschreibung Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Dateigröße 255 KB
Installationsanzahl 45
Aktuelle Version 2.1.29
Letztes Update 2023-03-22
Veröffentlichungsdatum 2023-01-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler nootiz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.nootiz.com/
Hilfeseite URL https://www.nootiz.com/support/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nootiz. The fastest visual feedback tool",
    "description": "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website",
    "version": "2.1.29",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/favicon-16x16.png",
        "32": "\/icons\/favicon-32x32.png",
        "48": "\/icons\/favicon-32x32.png",
        "128": "\/icons\/mstile-144x144.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/de\/index.js",
                "src\/en\/index.js",
                "src\/it\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "\/icons\/favicon-16x16.png",
            "32": "\/icons\/favicon-32x32.png",
            "48": "\/icons\/favicon-32x32.png",
            "128": "\/icons\/mstile-144x144.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}