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

Vad är nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool är en Chrome-tillägg utvecklad av nootiz, och dess huvudfunktion är "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

Tilläggsskärmbilder

screenshot

Ladda ner nootiz. The fastest visual feedback tool-förlängningens CRX-fil

Ladda ner nootiz. The fastest visual feedback tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
Officiell webbadress https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
Beskrivning Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
Filstorlek 255 KB
Antal Installationer 45
Aktuell Version 2.1.29
Senast Uppdaterad 2023-03-22
Publiceringsdatum 2023-01-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare nootiz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.nootiz.com/
Hjälpsida URL https://www.nootiz.com/support/
Stödda Språk 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"
    ]
}