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 هو إضافة Chrome تم تطويرها بواسطة nootiz، والميزة الرئيسية لها هي "Save time and money with nootiz, the go-to tool for gathering and managing visual feedback on any website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة nootiz. The fastest visual feedback tool

قم بتنزيل ملفات الامتداد nootiz. The fastest visual feedback tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}