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
Eメール [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\/"
}