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

什么是nootiz. The fastest visual feedback tool?

nootiz. The fastest visual feedback tool是由nootiz开发的Chrome扩展程序,该扩展的主要功能是“Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website”。

扩展截图

screenshot

下载nootiz. The fastest visual feedback tool扩展crx文件

下载nootiz. The fastest visual feedback tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 nootiz. The fastest visual feedback tool nootiz. The fastest visual feedback tool
ID mbandeepaeogjcicgealbmneonilnbng
官方URL https://chromewebstore.google.com/detail/nootiz-the-fastest-visual/mbandeepaeogjcicgealbmneonilnbng
简介 Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website
文件大小 255 KB
安装次数 45
当前版本 2.1.29
更新时间 2023-03-22
上架时间 2023-01-19
评分 5.00/5 共1次评分
开发者 nootiz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.nootiz.com/
帮助页面URL https://www.nootiz.com/support/
支持的语言 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"
    ]
}