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

Wat is nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool is een Chrome-extensie ontwikkeld door nootiz, en de belangrijkste functie is "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nootiz. The fastest visual feedback tool

Download nootiz. The fastest visual feedback tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
Officiële URL https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Beschrijving Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Bestandsgrootte 255 KB
Aantal Installaties 45
Huidige Versie 2.1.29
Laatst Bijgewerkt 2023-03-22
Publicatiedatum 2023-01-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nootiz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nootiz.com/
Help Pagina-URL https://www.nootiz.com/support/
Ondersteunde Talen 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"
    ]
}