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

Co je nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool je rozšíření Chrome vyvinuté nootiz, a jeho hlavní funkcí je „Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření nootiz. The fastest visual feedback tool

Stáhněte si soubory rozšíření nootiz. The fastest visual feedback tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
Oficiální URL https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Popis Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Velikost souboru 255 KB
Počet instalací 45
Aktuální Verze 2.1.29
Poslední Aktualizace 2023-03-22
Datum Vydání 2023-01-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nootiz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.nootiz.com/
URL Stránky Nápovědy https://www.nootiz.com/support/
Podporované Jazyky 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"
    ]
}