Not8: Collaborative Website Feedback Tool

Shareable sticky notes for team website review and user feedback

Not8: Collaborative Website Feedback Tool क्या है?

Not8: Collaborative Website Feedback Tool https://not8.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shareable sticky notes for team website review and user feedback"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Not8: Collaborative Website Feedback Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Meet not8! Leave notes right on the website and share them with your colleagues!🚀 No more marked up screenshots, video recordings, long text explanations and unnecessary calls 😉

Now if you want to discuss a certain element or bug on your website, you don’t need to do it in a separate place like Slack, email or a video call. Chat right where the issue is, save time on explaining what exactly you’re talking about!🙌 

In the near future we are planning to support integrations with Jira, Trello, ClickUp and a bunch of other services! Stay tuned⚡


Be a part of Not8 discord community, let's build our awesome tool together!🦄
https://discord.gg/HrfNmmnayr                    

एक्सटेंशन की मूल जानकारी

नाम Not8: Collaborative Website Feedback Tool Not8: Collaborative Website Feedback Tool
ID kdfppggcfpgdcdjcmfpmnfncifmdncfe
आधिकारिक URL https://chromewebstore.google.com/detail/not8-collaborative-websit/kdfppggcfpgdcdjcmfpmnfncifmdncfe
विवरण Shareable sticky notes for team website review and user feedback
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 993
वर्तमान संस्करण 5.6.1
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2022-07-17
रेटिंग 5.00/5 कुल 20 रेटिंग्स
डेवलपर https://not8.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://not8.co
गोपनीयता नीति पृष्ठ URL https://app.not8.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not8: Collaborative Website Feedback Tool",
    "version": "5.6.1",
    "description": "Shareable sticky notes for team website review and user feedback",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Click to open not8",
        "default_icon": {
            "16": "assets\/icon.png",
            "32": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.gif",
                "*.ttf",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Enable not8 extension",
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "MacCtrl+Command+C"
            }
        }
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/index.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi1EVYaaf96eeiCW9qXc3R\/bruOwmFsUi6s73gtrigHGl7sLVzGNcJc5vHbDIGORknONkemhcJA\/m\/UF3A+Zo6KkVWcWkn2H0vKG5tufTnLeiwayaCKB3ha60yiRdcRR145m6zWVOL2bEnO9p5AJLB\/etH9RYQKtdANfPjZOx2TOGcKYglvlTawRN3G55IAs4KDbV0+iFHWSS2VUnqEfP6exj9YF9AFdydtjtuihTaRugjhYzfdxVz47pJrM7\/SzaSdKRqFhOGtm5OOW3YIIiMhpEKeDXR\/LgPm9dirUHYNnZT2IccF9247l9Qk5nNzR4\/RfXy\/RFHckPs85TylKnfQIDAQAB",
    "oauth2": {
        "client_id": "405376343073-n3ic8amfjq7lr794jn6dslhd7opul1p5.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.not8.co\/*",
            "*:\/\/stage.app.not8.co\/*"
        ]
    }
}