Scrollshot: Scrolling Screenshots. Full Page.

Full page screenshots including support for ChatGPT, Grafana and Jira

O que é Scrollshot: Scrolling Screenshots. Full Page.?

Scrollshot: Scrolling Screenshots. Full Page. é uma extensão do Chrome desenvolvida por https://scrollshot.click, e sua principal característica é "Full page screenshots including support for ChatGPT, Grafana and Jira".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scrollshot: Scrolling Screenshots. Full Page.

Baixe arquivos de extensão Scrollshot: Scrolling Screenshots. Full Page. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ⏬ Full Page Screenshot Functionality
Scrollshot is equipped with an advanced full page screenshot feature, allowing users to capture entire web pages in a single click. Unlike standard screenshot tools that capture only the visible area, this feature scrolls through the page automatically, stitching together a complete image of the entire content, perfect for long articles, comprehensive reports, or detailed web pages.

🤖 Custom Application Logic for ChatGPT (Premium Feature) 
Recognizing the dynamic and interactive nature of ChatGPT, the plugin offers specialized logic to capture the conversational flow and ensuring that the screenshots represent the full dialogue exchange.

📊 Enhanced Support for Grafana Dashboards (Premium Feature) 
For Grafana users, the plugin provides tailored functionality to capture complex data visualizations. It adjusts to various Grafana dashboard layouts and ensures that all elements are fully rendered before capturing. This is particularly useful for professionals needing to share or archive detailed data visualizations.

🐛 Optimized for Jira Interfaces (Premium Feature) 
The plugin is optimized for Jira, accommodating its dynamic web interface. It captures agile boards, backlogs, and detailed issue views, making it a valuable tool for project management and reporting. This feature is especially beneficial for teams needing to document and share project statuses or track issue histories.

🚀 Premium for Free
Even free users (with or without account) can consume a limited amount of premium scrollshots.

👻 Secure and Privacy-Conscious Design
Privacy and security are paramount. Screenshots are generated and saved on your local machine. There is no hidden cloud upload. Google Analytics is used for collecting information about how Scrollshot is used, but no personally identifiable data is collected.

Premium Features might change if the supported websites change the structure of their pages.                    

Informações Básicas da Extensão

Nome Scrollshot: Scrolling Screenshots. Full Page. Scrollshot: Scrolling Screenshots. Full Page.
ID hpibfnhnogcgalnademehbgcpllmgdil
URL Oficial https://chromewebstore.google.com/detail/scrollshot-scrolling-scre/hpibfnhnogcgalnademehbgcpllmgdil
Descrição Full page screenshots including support for ChatGPT, Grafana and Jira
Tamanho do Arquivo 1.6 MB
Contagem de Instalações 3,235
Versão Atual 2.1.1-prod
Última Atualização 2024-02-18
Data de Publicação 2022-03-17
Classificação 4.14/5 Total de 14 Avaliações
Desenvolvedor https://scrollshot.click
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://scrollshot.click
URL da Página de Política de Privacidade https://www.webqsee.com/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "name": "Scrollshot: Scrolling Screenshots. Full Page.",
    "description": "Full page screenshots including support for ChatGPT, Grafana and Jira",
    "author": "https:\/\/scrollshot.click",
    "offline_enabled": false,
    "background": {
        "service_worker": "service-worker-for-extension.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "static-net-rules-1",
                "enabled": true,
                "path": "static-net-rules-1.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "debugger",
        "declarativeNetRequestWithHostAccess",
        "downloads",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "alarms",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/preparation.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/scrollshot-icon-16x16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Scrollshot"
    },
    "icons": {
        "16": "img\/scrollshot-icon-16x16.png",
        "32": "img\/scrollshot-icon-32x32.png",
        "48": "img\/scrollshot-icon-48x48.png",
        "128": "img\/scrollshot-icon-128x128.png",
        "192": "img\/scrollshot-icon-192x192.png"
    },
    "version": "2.1.1",
    "version_name": "2.1.1-prod",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src *; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src * mediastream: blob: filesystem: data:; media-src * mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self'; frame-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; child-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; form-action 'self'",
        "sandbox": "sandbox allow-scripts; default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem: data:; media-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self' 'unsafe-eval'; frame-src 'self'; child-src 'self'; form-action 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.webqsee.com\/landing\/*",
            "https:\/\/app.webqsee.com\/cloud-iframe\/*",
            "https:\/\/app.webqsee.com\/login-via-form*",
            "https:\/\/app.webqsee.com\/register-via-form*",
            "https:\/\/app.webqsee.com\/oauth2\/callback\/*",
            "https:\/\/app.webqsee.com\/userMaintenance\/password\/*",
            "https:\/\/app.webqsee.com\/userMaintenance\/email\/*"
        ]
    }
}