Sandals Screen Recorder

tabs

Sandals Screen Recorderคืออะไร?

Sandals Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://interactive.sandals.com และคุณลักษณะหลักของมันคือ "tabs"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sandals Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Sandals Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Recording Screen with audio Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sandals Screen Recorder Sandals Screen Recorder
ID nmjgbfpkdjdlddigkkgikdfajdoelimg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg
คำอธิบาย tabs
ขนาดไฟล์ 7.59 KB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 10.1
อัปเดตครั้งล่าสุด 2019-04-15
วันที่เผยแพร่ 2019-04-15
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://interactive.sandals.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sandals Screen Recorder",
    "author": "Grypp",
    "version": "10.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/interactive.sandals.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}