Screensync Screenshot App Deluxe

Capture & Share Your Screen With Ease

Screensync Screenshot App Deluxe란 무엇입니까?

Screensync Screenshot App Deluxe은(는) nitro4real에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture & Share Your Screen With Ease"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Screensync Screenshot App Deluxe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Capture & Share Your Screen With Ease

Capture a screenshot of the webpage, edit it and save it on your desktop, upload it to server and share it with your friends. Feel free to use the windows app with all its elite features.

NOW VISION IS AVAILABLE!
Vision is a public gallery where you can upload your favorite images.

Key Features:
-Take screenshot and share it
-Select any part of the page
-Take full page capture and save it locally or upload it to your favorite social media.

-Save on a disk or upload to a server
-Search for similar screenshots

Hope you enjoy this extension. Don’t forget to rate and leave a review.                    

확장 프로그램 기본 정보

이름 Screensync Screenshot App Deluxe Screensync Screenshot App Deluxe
ID kleaodjldblpicdjfmhdmmbajbocppop
공식 URL https://chromewebstore.google.com/detail/screensync-screenshot-app/kleaodjldblpicdjfmhdmmbajbocppop
설명 Capture & Share Your Screen With Ease
파일 크기 395 KB
설치 횟수 2,238
현재 버전 2.1.5
최근 업데이트 2023-12-09
출시 날짜 2019-09-10
평점 4.50/5 총 14 개의 평점
개발자 nitro4real
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://screensync.org/
도움말 페이지 URL https://screensync.org/faq
개인정보 보호 정책 페이지 URL https://screensync.org/tos
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js",
            "scripts\/api.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html"
    },
    "description": "Capture & Share Your Screen With Ease",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-19.png"
    },
    "manifest_version": 2,
    "name": "Screensync Screenshot App Deluxe",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "version": "2.1.5",
    "options_page": "options.html",
    "commands": {
        "captureregion": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "It captures a region of your choice."
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/matomo.screensyncextension.com\/; object-src 'self'"
}