iterspace: Screen Rec. + Contextual Feedback

💡 Share accurate feedback in seconds

What is iterspace: Screen Rec. + Contextual Feedback?

iterspace: Screen Rec. + Contextual Feedback is a Chrome extension developed by unguess-ext-publishing-group, and its main feature is "💡 Share accurate feedback in seconds".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download iterspace: Screen Rec. + Contextual Feedback Extension CRX File

Download iterspace: Screen Rec. + Contextual Feedback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⚡️ You don’t need a meeting to collaborate in context.

🎥 Record your screen.
📍 Click to comment.
💬 Get everyone involved — at any time.

Fast. Free. No sign-up required.                    

Extension Basic Information

Name iterspace: Screen Rec. + Contextual Feedback iterspace: Screen Rec. + Contextual Feedback
ID ndebhkoacpejphbpmblobofohncnhbjg
Official URL https://chromewebstore.google.com/detail/iterspace-screen-rec-+-co/ndebhkoacpejphbpmblobofohncnhbjg
Description 💡 Share accurate feedback in seconds
File Size 7.49 MB
Installation Count 407
Current Version 0.1.58
Last Updated 2021-05-10
Publish Date 2020-11-16
Rating 5.00/5 Total 5 Ratings
Developer unguess-ext-publishing-group
Email [email protected]
Payment Type free
Extension Website https://www.iterspace.com
Privacy Policy Page URL https://www.iterspace.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iterspace: Screen Rec. + Contextual Feedback",
    "version": "0.1.58",
    "description": "\ud83d\udca1 Share accurate feedback in seconds",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "iterspace Chrome Extension"
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "36": "icons\/android-icon-36x36.png",
        "96": "icons\/android-icon-96x96.png",
        "310": "icons\/ms-icon-310x310.png"
    },
    "web_accessible_resources": [
        "assets\/*",
        "icons\/*",
        "index.css",
        "quill.bubble.css",
        "index.html",
        "request_permissions.html",
        "static\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.iterspace.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-D3b0\/+JkPScvoW\/KWWSWGl5cvPO8r0Ar9m\/Y1ccQNIA=' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com\/; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.googleapis.com\/ https:\/\/www.google-analytics.com https:\/\/*.doubleclick.net\/"
}