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

Qu'est-ce que nootiz. The fastest visual feedback tool ?

nootiz. The fastest visual feedback tool est une extension Chrome développée par nootiz, et sa fonction principale est "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension nootiz. The fastest visual feedback tool

Téléchargez les fichiers d'extension nootiz. The fastest visual feedback tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
URL Officiel https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Description Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Taille du Fichier 255 KB
Nombre d'Installations 45
Version Actuelle 2.1.29
Dernière Mise à Jour 2023-03-22
Date de Publication 2023-01-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur nootiz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.nootiz.com/
URL de la Page d'Aide https://www.nootiz.com/support/
Langues Prises en Charge 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"
    ]
}