iterspace: Screen Rec. + Contextual Feedback

💡 Share accurate feedback in seconds

什么是iterspace: Screen Rec. + Contextual Feedback?

iterspace: Screen Rec. + Contextual Feedback是由unguess-ext-publishing-group开发的Chrome扩展程序,该扩展的主要功能是“💡 Share accurate feedback in seconds”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载iterspace: Screen Rec. + Contextual Feedback扩展crx文件

下载iterspace: Screen Rec. + Contextual Feedback扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⚡️ 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.                    

扩展基本信息

名称 iterspace: Screen Rec. + Contextual Feedback iterspace: Screen Rec. + Contextual Feedback
ID ndebhkoacpejphbpmblobofohncnhbjg
官方URL https://chromewebstore.google.com/detail/iterspace-screen-rec-+-co/ndebhkoacpejphbpmblobofohncnhbjg
简介 💡 Share accurate feedback in seconds
文件大小 7.49 MB
安装次数 407
当前版本 0.1.58
更新时间 2021-05-10
上架时间 2020-11-16
评分 5.00/5 共5次评分
开发者 unguess-ext-publishing-group
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.iterspace.com
隐私政策页面URL https://www.iterspace.com/privacy-policy
支持的语言 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\/"
}