iterspace: Screen Rec. + Contextual Feedback

💡 Share accurate feedback in seconds

iterspace: Screen Rec. + Contextual Feedbackคืออะไร?

iterspace: Screen Rec. + Contextual Feedback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unguess-ext-publishing-group และคุณลักษณะหลักของมันคือ "💡 Share accurate feedback in seconds"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iterspace: Screen Rec. + Contextual Feedback

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
}