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
官方網址 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\/"
}