VidGuide

VidGuide™ is the best way to create and share Standard Operating Procedures (SOPs) with your team using video.

VidGuideคืออะไร?

VidGuide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VidGuide™ และคุณลักษณะหลักของมันคือ "VidGuide™ is the best way to create and share Standard Operating Procedures (SOPs) with your team using video."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Here’s how it works:

- Capture quick step-by-step videos showing your team how to do things in your business
- Securely share your VidGuides with individual team members or assign to groups
- Receive va­luable feedback on your VidGuides and track your team’s progress

With our Chrome Extension, you can pin a VidGuide to any website or online tools used in your company, making your instructions easy to find and impossible to ignore.                    

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

ชื่อ VidGuide VidGuide
ID flonikehholmjkialpomaddhgdehjbll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidguide/flonikehholmjkialpomaddhgdehjbll
คำอธิบาย VidGuide™ is the best way to create and share Standard Operating Procedures (SOPs) with your team using video.
ขนาดไฟล์ 4.84 MB
จำนวนการติดตั้ง 478
เวอร์ชันปัจจุบัน 1.8.4
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2021-10-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา VidGuide™
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://app.vidguide.com
URL หน้าช่วยเหลือ https://vidguide.zendesk.com
URL หน้านโยบายความเป็นส่วนตัว https://www.vidguide.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VidGuide",
    "version": "1.8.4",
    "description": "VidGuide\u2122 is the best way to create and share Standard Operating Procedures (SOPs) with your team using video.",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "ext-icon-16x16.png",
            "48": "ext-icon-48x48.png",
            "128": "ext-icon-128x128.png"
        },
        "record_icon": {
            "16": "ext-icon-record-16x16.png",
            "48": "ext-icon-record-48x48.png",
            "128": "ext-icon-record-128x128.png"
        }
    },
    "icons": {
        "16": "ext-icon-16x16.png",
        "48": "ext-icon-48x48.png",
        "128": "ext-icon-128x128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/userpilot-init.js",
                "assets\/scripts\/userpilot-app.js"
            ],
            "exclude_matches": [
                "https:\/\/*.vidguide.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "csp-1",
                "enabled": true,
                "path": "rulesets\/csp-1.json"
            },
            {
                "id": "csp-2",
                "enabled": false,
                "path": "rulesets\/csp-2.json"
            },
            {
                "id": "csp-3",
                "enabled": false,
                "path": "rulesets\/csp-3.json"
            },
            {
                "id": "csp-4",
                "enabled": false,
                "path": "rulesets\/csp-4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.jpg",
                "*.png",
                "*.svg",
                "*.html",
                "*.woff2"
            ],
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vidguide.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    }
}