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
Eメール [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"
    ]
}