Plus: Live screenshots of any app or website

Capture, share and save data with live screenshots of any app or website.

Was ist Plus: Live screenshots of any app or website?

Plus: Live screenshots of any app or website ist eine Chrome-Erweiterung, die von https://plusdocs.com entwickelt wurde, und ihr Hauptmerkmal ist "Capture, share and save data with live screenshots of any app or website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Plus: Live screenshots of any app or website-Erweiterungs-CRX-Datei herunterladen

Laden Sie Plus: Live screenshots of any app or website-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Plus is the easiest way to bring all of your data wherever you need it, and makes any integration as simple and intuitive as taking and sharing a screenshot. 

Plus New Tab: Pin live Snapshots to your new tab view to effortlessly keep an eye on the latest data. Now you always have an up-to-date view of everything you need to know every time you open a new tab.

How it works:
1. Take screenshots of the websites, apps and dashboards that you and your team want to stay updated on.
2. Choose how often Plus should automatically update the snapshots.
3. Embed the screen grabs in the productivity tools you use every day to create one unified view of all your data.
4. Share the consolidated data with your team or clients. You can also use the Slack integration to automatically share up-to-date screenshots with your team.
5. Pin the screenshots that are most important to you in Plus’s new tab extension to get a live feed of all your snapshots whenever you open a new tab.

Features:
• Always fresh data: Our automated screenshots ensure that your data is always up-to-date
• Plus New Tab: Stay updated on the latest data by pinning Snapshots to your new tab view.
• Version history - keep track of historical versions of all of your snapshots
• Embed anywhere - use your screen grabs in all of your favorite tools
• Share links - easily share data by linking to automated screenshots
• Build pages - build custom pages by bringing together live screenshots within Plus or your favorite productivity tool

Key use cases:
• Build no code dashboards - combine automated snapshots within productivity tools to create dashboards from different data sources
• Automated metrics reporting - use our Slack integration to automatically share metrics with your team via up-to-date screenshots
• Share data with clients - report key metrics to clients without the need to share logins
• Create a data library for your team - save automated snapshots of all your team’s key dashboards in one place

Most popular integrations:
• Collaboration: Notion, Slack, Confluence, Coda, Slite, Obsidian.
• Presentation: Google Slides, Canva, Tome, Fermat.

Plus is the fastest way to build dashboards, share data, and automate reports. All without the need for any complicated technical integrations.

About Plus:
At Plus, we’re building an easier way to capture, see, and share information across different sources. Modern companies use hundreds of apps to get work done. We help teams move faster by making it easy to capture and share their most important information.

Plus is the easiest way to bring all of your team’s data wherever you need it. Our goal is to make any data integration as simple and intuitive as sharing a screenshot.                    

Grundlegende Informationen zur Erweiterung

Name Plus: Live screenshots of any app or website Plus: Live screenshots of any app or website
ID bnebanooamokkihfjepphafoekheipfh
Offizielle URL https://chromewebstore.google.com/detail/plus-live-screenshots-of/bnebanooamokkihfjepphafoekheipfh
Beschreibung Capture, share and save data with live screenshots of any app or website.
Dateigröße 3.69 MB
Installationsanzahl 14,809
Aktuelle Version 4.9.1
Letztes Update 2023-05-26
Veröffentlichungsdatum 2023-01-10
Bewertung 4.67/5 Insgesamt 18 Bewertungen
Entwickler https://plusdocs.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.plusdocs.com/?utm_source=chromestore&utm_medium=appstore&utm_campaign=extensionlisting
Hilfeseite URL https://guide.plusdocs.com
URL der Datenschutzrichtlinien-Seite https://www.plusdocs.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Plus: Live screenshots of any app or website",
    "version": "4.9.1",
    "description": "Capture, share and save data with live screenshots of any app or website.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "snapshot": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Take a live snapshot of the selected area on the current web page."
        }
    },
    "content_scripts": [
        {
            "js": [
                "content\/import-preload.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/import-injectExtensionId.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Plus"
    },
    "permissions": [
        "cookies",
        "fontSettings",
        "storage",
        "webRequest"
    ],
    "optional_permissions": [
        "favicon"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/capture.html",
                "content\/menu-popup.html",
                "content\/onboarding.html",
                "content\/preview.html",
                "content\/reauth.html",
                "content\/runAddExtensionGlobal.js",
                "content\/runReloadCurrentSnapshot.js",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": [
                "*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/preload.js",
                "content\/index.js",
                "content\/injectExtensionId.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.plusdocs.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/plus-favicon-production-16.png",
        "48": "icons\/plus-favicon-production-48.png",
        "128": "icons\/plus-favicon-production-128.png"
    }
}