Screensync Screenshot App Deluxe

Capture & Share Your Screen With Ease

¿Qué es Screensync Screenshot App Deluxe?

Screensync Screenshot App Deluxe es una extensión de Chrome desarrollada por nitro4real, y su función principal es "Capture & Share Your Screen With Ease".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Screensync Screenshot App Deluxe

Descarga archivos de extensión Screensync Screenshot App Deluxe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Screensync Screenshot App Deluxe Screensync Screenshot App Deluxe
ID kleaodjldblpicdjfmhdmmbajbocppop
URL Oficial https://chromewebstore.google.com/detail/screensync-screenshot-app/kleaodjldblpicdjfmhdmmbajbocppop
Descripción Capture & Share Your Screen With Ease
Tamaño del Archivo 395 KB
Cantidad de Instalaciones 2,238
Versión Actual 2.1.5
Última Actualización 2023-12-09
Fecha de Publicación 2019-09-10
Calificación 4.50/5 Total de 14 Calificaciones
Desarrollador nitro4real
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://screensync.org/
URL de la Página de Ayuda https://screensync.org/faq
URL de la Página de Política de Privacidad https://screensync.org/tos
Idiomas Soportados 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'"
}