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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
    ]
}