GoScreenify- Screen Recorder + Capture + Note

The tool for Screen Record & Capture with annotation. Edit your screenshot/ screencast and upload it to your Google Drive /Youtube.

GoScreenify- Screen Recorder + Capture + Noteとは何ですか?

GoScreenify- Screen Recorder + Capture + Noteはhttps://goscreenify.comによって開発されたChromeの拡張機能で、その主な機能は「The tool for Screen Record & Capture with annotation. Edit your screenshot/ screencast and upload it to your Google Drive /Youtube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GoScreenify- Screen Recorder + Capture + Note拡張機能のCRXファイルをダウンロード

GoScreenify- Screen Recorder + Capture + Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The best tool to Record and Capture your screen and become a curator.

If you want to share your screen for a technical reason or want to project your ideas to your clients or make a screen video for tutorials then you got the right reason to choose GoScreenify.

1. Easy to use.
2. Providing support 24x7.
3. Organize your content in your own Google Drive, DropBox or Share it anywhere. 

For Screen Recording:
4. Best Screen Recording tool by Tab, Desktop, and WebCam.
5. Powerful Drawing tool and Watermark option while Recording the screen.
6. Integrated Camera and Microphone option.
7. Advanced Settings like; Show Mouse Clicks, Countdown, Resolution Adjustments and more.

For Screen Capture:
8. Capture Visible Part, Selected Area, Full-page, Fragment Capture, Annotation, and more
9. Powerful drag n drop Markup tool with almost all the options to edit your captured data including the watermark.
10. Add Notes/Annotate during an edit.
11. Save your content in your Google Drive, Dropbox, or Print just in one click.

Most importantly, we respect your privacy. Your content will always stay with you. No more worries about Account or Storage. 
Your Voice matters for Continuous Improvements.                    

拡張機能の基本情報

名前 GoScreenify- Screen Recorder + Capture + Note GoScreenify- Screen Recorder + Capture + Note
ID ncacfdgphnhapbgjkpelgbbbidhconjl
公式URL https://chromewebstore.google.com/detail/goscreenify-screen-record/ncacfdgphnhapbgjkpelgbbbidhconjl
説明 The tool for Screen Record & Capture with annotation. Edit your screenshot/ screencast and upload it to your Google Drive /Youtube.
ファイルサイズ 51.5 MB
インストール数 161
現在のバージョン 1.0.12
最終更新日 2022-03-12
公開日 2021-11-18
評価 4.50/5 合計 4 レビュー
開発者 https://goscreenify.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://goscreenify.com
プライバシーポリシーページのURL https://goscreenify.com/privacy.html
対応言語 en
manifest.json
{
    "version": "1.0.12",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "short_name": "screenify",
    "manifest_version": 2,
    "minimum_chrome_version": "43",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "offline_enabled": true,
    "incognito": "spanning",
    "container": "GOOGLE_DRIVE",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "128": "images\/icons\/128.png",
        "48": "images\/icons\/48.png",
        "32": "images\/icons\/32.png",
        "24": "images\/icons\/24.png",
        "16": "images\/icons\/16.png"
    },
    "commands": {
        "start_tab_video": {
            "description": "Start recording tab\/page",
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        },
        "start_desktop_video": {
            "description": "Start recording desktop",
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            }
        },
        "stop_video": {
            "description": "Stop video recording",
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        },
        "pause_video": {
            "description": "Pause video recording",
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "permissions": [
        "",
        "downloads",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "desktopCapture",
        "tabCapture",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "favicon.png",
        "print.html",
        "blank.html",
        "fonts\/*",
        "images\/*",
        "template\/*",
        "lib\/*"
    ]
}