GetAccept Recorder

GetAccept recorder

GetAccept Recorderคืออะไร?

GetAccept Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GetAccept Inc. และคุณลักษณะหลักของมันคือ "GetAccept recorder"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Record a video - Capture your screen, combine it with your camera and create stunning recordings to share with your audience through GetAccept. 

Record and share unlimited videos for customer presentations, sales cases, contract walkthroughs, employee onboarding, team updates, - and create engaging content for your audience...

USE IT TO:
☑️  Fast, easy screen capture and video recording 
☑️  Record you screen and present a demo of you product
☑️  Walk through a presentation and add a personalized feeling to your sendings
☑️  Explain details in your quote, proposal or contract and avoid miscommunication
☑️  Record your screen and 
☑️  Add recordings to your library and use it in future send outs
☑️  Add a recording to any document and create stunning experience and be remembered 
☑️  Know who’s watching your videos, and for how long

HOW IT WORKS
⓵  Install the Chrome extension and create an GetAccept account
⓶  Record your screen or webcam through the web browser on your computer
⓷  Add you video to a drafted document in GetAccept or to the content library for future use

GETACCEPT US USED BY THOUSANDS OF USERS TO CREATE AMAZING BUYER EXPERIENCE
Independent of what you are working with, sharing a video will tell more than writing 1000 lines of text. By using GetAccept Screen and Video Recorder you will be able to create stunning videos and combine them with any of your documents. Share it with GetAccept and impress your audience, independent of them being a prospect, potential hire or a colleague you would like to onboard on a new project. 

Note: To use the  GetAccept Screen and Video Recorder you will need a GetAccept account. You can create and use GetAccept free of charge, create your account here www.getaccept.com                    

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

ชื่อ GetAccept Recorder GetAccept Recorder
ID lboohobhgiamfcoiblgohnocebinhgde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getaccept-recorder/lboohobhgiamfcoiblgohnocebinhgde
คำอธิบาย GetAccept recorder
ขนาดไฟล์ 2.99 MB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2023-01-19
วันที่เผยแพร่ 2021-05-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา GetAccept Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getaccept.com/
URL หน้าช่วยเหลือ https://www.getaccept.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.getaccept.com/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetAccept Recorder",
    "short_name": "Recorder",
    "version": "0.3.6",
    "homepage_url": "https:\/\/www.getaccept.com\/",
    "description": "GetAccept recorder",
    "default_locale": "en",
    "permissions": [
        "desktopCapture",
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "runt_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/success-img.png",
        "js\/chunk-common.js",
        "js\/chunk-vendors.js",
        "js\/override.js",
        "js\/content-script.js",
        "camera-view.html",
        "js\/camera-view.js"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "GetAccept Recorder",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}