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

O que é nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool é uma extensão do Chrome desenvolvida por nootiz, e sua principal característica é "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão nootiz. The fastest visual feedback tool

Baixe arquivos de extensão nootiz. The fastest visual feedback tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
URL Oficial https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Descrição Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Tamanho do Arquivo 255 KB
Contagem de Instalações 45
Versão Atual 2.1.29
Última Atualização 2023-03-22
Data de Publicação 2023-01-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nootiz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.nootiz.com/
URL da Página de Ajuda https://www.nootiz.com/support/
Idiomas Suportados 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"
    ]
}