Smart Screen Recorder

Record your screen and auto upload to GoogleDrive

Smart Screen Recorderคืออะไร?

Smart Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ibware.com และคุณลักษณะหลักของมันคือ "Record your screen and auto upload to GoogleDrive"

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

screenshot

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

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

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

                        With Smart Screen Recorder extension, you will be able to record your screen and automatically download your recorded files as well to that it will upload the recorded files to your Google Drive account without your intervention so you will have a retained backup of your recorded files saved on your Google Drive account.                    

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

ชื่อ Smart Screen Recorder Smart Screen Recorder
ID aemjehgbihpagiegcggpnejhljiipobf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-screen-recorder/aemjehgbihpagiegcggpnejhljiipobf
คำอธิบาย Record your screen and auto upload to GoogleDrive
ขนาดไฟล์ 311 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-12-02
วันที่เผยแพร่ 2021-11-17
ผู้พัฒนา https://ibware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ibware.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Screen Recorder",
    "version": "1.0.2",
    "description": "Record your screen and auto upload to GoogleDrive",
    "author": "ibware.com",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqnY3ky6dBt7Inl+4VbrucBHb0Ggft0xuZOdyR3RCXk7vuAXzpvzs5N\/MkGpO+g2yezqQ3qaa21j55sdXVbjwpPDsDmpp4zBxwJEmvEiKXpfebtiLMcESCookVHocdverbGA\/Pb3RZEQ5yF7eoMqED9Qj4TjapaKTsCqcDye5V+zShZF6arQJsiIb3fpb2YxyarYfDvwwBf7Tmp\/LyiVWOQMMr0PzVChGltKTqzfacKgcZsRRuxgdLQwhYG+JNLlXJp6Z\/rCqyqKqUqtz+oX4WtpGezoblShJMJI64g4u6+J9aAk+1xkRyG3WcQKuART9Eb3FnqhR2BqjX4x+1o6SQQIDAQAB",
    "oauth2": {
        "client_id": "455544828671-g3uvf5pbde396eb3oeg445mbg9jh7iqi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "permissions": [
        "identity",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/logo\/logo.png",
            "38": "assets\/logo\/logo.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "32": "assets\/logo\/logo.png",
        "72": "assets\/logo\/logo.png",
        "128": "assets\/logo\/logo.png",
        "512": "assets\/logo\/logo.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/extension\/recordingBackground.js"
        ],
        "persistent": false
    },
    "content_scripts": []
}